Results for spec/!OpenGL 2.0/texwrap-1D-npot-border

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: 1D
Using TEXTURE_1D.
Parameter: npot
Using NPOT dimensions.
Parameter: border
Using the border.

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

Testing NEAREST: REPEAT
Probe at (6,36) @ 0,0
  Expected: 255 255 255 255
  Observed: 85 170 255 255
Testing NEAREST: CLAMP
Probe at (104,36) @ 0,0
  Expected: 255 0 0 204
  Observed: 7 7 7 10
Testing NEAREST: CLAMP_TO_EDGE
Probe at (202,36) @ 0,0
  Expected: 255 0 0 204
  Observed: 7 7 7 10
Testing NEAREST: CLAMP_TO_BORDER
Probe at (300,36) @ 0,0
  Expected: 25 229 127 204
  Observed: 7 7 7 10
Testing NEAREST: MIRRORED_REPEAT
Probe at (398,36) @ 0,0
  Expected: 255 255 255 255
  Observed: 6 6 6 11
Testing LINEAR: REPEAT
Probe at (6,134) @ 0,0
  Expected: 255 255 255 255
  Observed: 102 153 203 203
Testing LINEAR: CLAMP
Probe at (104,134) @ 0,0
  Expected: 140 114 63 204
  Observed: 7 7 7 10
Testing LINEAR: CLAMP_TO_EDGE
Probe at (202,134) @ 0,0
  Expected: 255 0 0 204
  Observed: 7 7 7 10
Testing LINEAR: CLAMP_TO_BORDER
Probe at (300,134) @ 0,0
  Expected: 25 229 127 204
  Observed: 7 7 7 10
Testing LINEAR: MIRRORED_REPEAT
Probe at (398,134) @ 0,0
  Expected: 255 255 255 255
  Observed: 6 6 6 11

Back to summary