Results for spec/!OpenGL 1.1/texwrap-2D-GL_RGBA2

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 1.06100010872
note Returncode was 1
info
Returncode: 1

Errors:


Output:
Parameter: 2D
Using TEXTURE_2D.
Parameter: GL_RGBA2
GL_RGBA2 has bits R4G4B4A4 L0 I0 D0S0. The internal format is 0x8055.
Using GL_RGBA2.

Hint: If you only fail CLAMP and CLAMP_TO_BORDER tests, the border color is wrong.

Testing NEAREST: REPEAT
Probe at (18,36) @ 4,0
  Expected: 0 0 0 0
  Observed: 255 255 255 255
Testing NEAREST: CLAMP
Probe at (116,36) @ 7,0
  Expected: 255 0 0 204
  Observed: 255 255 255 255
Testing NEAREST: CLAMP_TO_EDGE
Probe at (199,36) @ 5,0
  Expected: 255 0 0 204
  Observed: 255 255 255 255
Testing NEAREST: CLAMP_TO_BORDER
Probe at (330,36) @ 19,0
  Expected: 25 229 127 204
  Observed: 0 0 0 0
Testing NEAREST: MIRRORED_REPEAT
Probe at (368,36) @ 2,0
  Expected: 255 255 255 255
  Observed: 0 0 0 0
Testing LINEAR: REPEAT
Probe at (18,125) @ 4,0
  Expected: 0 0 0 0
  Observed: 147 147 147 147
Testing LINEAR: CLAMP
Probe at (167,125) @ 24,0
  Expected: 19 235 159 191
  Observed: 255 0 0 204
Testing LINEAR: CLAMP_TO_EDGE
Probe at (199,125) @ 5,0
  Expected: 255 0 0 204
  Observed: 167 167 167 167
Testing LINEAR: CLAMP_TO_BORDER
Probe at (330,125) @ 19,0
  Expected: 25 229 127 204
  Observed: 40 40 40 40
Testing LINEAR: MIRRORED_REPEAT
Probe at (368,125) @ 2,0
  Expected: 255 255 255 255
  Observed: 72 72 72 72

Back to summary