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

Overview

Status: fail
Result: fail

Back to summary

Details

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

Errors:


Output:
Parameter: 2D
Using TEXTURE_2D.
Parameter: GL_LUMINANCE6_ALPHA2
GL_LUMINANCE6_ALPHA2 has bits R0G0B0A8 L8 I0 D0S0. The internal format is 0x8044.
Using GL_LUMINANCE6_ALPHA2.

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 (119,36) @ 8,0
  Expected: 255 255 255 204
  Observed: 0 0 0 0
Testing NEAREST: CLAMP_TO_EDGE
Probe at (202,36) @ 6,0
  Expected: 255 255 255 204
  Observed: 0 0 0 0
Testing NEAREST: CLAMP_TO_BORDER
Probe at (327,36) @ 18,0
  Expected: 25 25 25 204
  Observed: 127 127 127 255
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 (6,125) @ 0,0
  Expected: 0 0 0 0
  Observed: 52 52 52 52
Testing LINEAR: CLAMP
Probe at (113,125) @ 6,0
  Expected: 82 82 82 204
  Observed: 96 96 96 204
Testing LINEAR: CLAMP_TO_EDGE
Probe at (199,125) @ 5,0
  Expected: 255 255 255 204
  Observed: 167 167 167 167
Testing LINEAR: CLAMP_TO_BORDER
Probe at (327,125) @ 18,0
  Expected: 25 25 25 204
  Observed: 127 127 127 255
Testing LINEAR: MIRRORED_REPEAT
Probe at (362,125) @ 0,0
  Expected: 0 0 0 0
  Observed: 120 120 120 120

Back to summary