Results for spec/!OpenGL 1.1/texwrap-1D

Overview

Status: fail
Result: fail

Back to summary

Details

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

Errors:


Output:
Parameter: 1D
Using TEXTURE_1D.

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 (276,36) @ 1,0
  Expected: 25 229 127 204
  Observed: 255 0 0 204
Testing NEAREST: MIRRORED_REPEAT
Probe at (365,36) @ 1,0
  Expected: 0 255 255 153
  Observed: 255 255 255 255
Testing LINEAR: REPEAT
Probe at (6,125) @ 0,0
  Expected: 0 0 0 0
  Observed: 0 52 52 31
Testing LINEAR: CLAMP
Probe at (113,125) @ 6,0
  Expected: 140 114 63 204
  Observed: 165 90 50 204
Testing LINEAR: CLAMP_TO_EDGE
Probe at (196,125) @ 4,0
  Expected: 255 0 0 204
  Observed: 255 64 64 217
Testing LINEAR: CLAMP_TO_BORDER
Probe at (276,125) @ 1,0
  Expected: 25 229 127 204
  Observed: 208 47 26 204
Testing LINEAR: MIRRORED_REPEAT
Probe at (362,125) @ 0,0
  Expected: 0 0 0 0
  Observed: 120 120 120 120

Back to summary