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

Overview

Status: fail
Result: fail

Back to summary

Details

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

Errors:


Output:
Parameter: 1D
Using TEXTURE_1D.
Parameter: npot
Using NPOT dimensions.

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 (128,36) @ 8,0
  Expected: 255 0 0 204
  Observed: 255 255 255 255
Testing NEAREST: CLAMP_TO_EDGE
Probe at (217,36) @ 5,0
  Expected: 255 0 0 204
  Observed: 255 255 255 255
Testing NEAREST: CLAMP_TO_BORDER
Probe at (303,36) @ 1,0
  Expected: 25 229 127 204
  Observed: 255 0 0 204
Testing NEAREST: MIRRORED_REPEAT
Probe at (398,36) @ 0,0
  Expected: 255 255 255 255
  Observed: 0 0 0 0
Testing LINEAR: REPEAT
Probe at (6,134) @ 0,0
  Expected: 255 255 255 255
  Observed: 203 255 255 234
Testing LINEAR: CLAMP
Probe at (125,134) @ 7,0
  Expected: 140 114 63 204
  Observed: 251 4 2 204
Testing LINEAR: CLAMP_TO_EDGE
Probe at (217,134) @ 5,0
  Expected: 255 0 0 204
  Observed: 255 235 235 251
Testing LINEAR: CLAMP_TO_BORDER
Probe at (303,134) @ 1,0
  Expected: 25 229 127 204
  Observed: 176 79 44 204
Testing LINEAR: MIRRORED_REPEAT
Probe at (398,134) @ 0,0
  Expected: 255 255 255 255
  Observed: 84 84 84 84

Back to summary