Results for spec/!OpenGL 1.2/texwrap-3D-proj

Overview

Status: fail
Result: fail

Back to summary

Details

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

Errors:


Output:
Parameter: 3D
Using TEXTURE_3D.
Parameter: proj
Using projective mapping.

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

Testing NEAREST with projective mapping: REPEAT
Probe at (18,36) @ 4,0
  Expected: 0 0 0 0
  Observed: 255 255 255 255
Testing NEAREST with projective mapping: CLAMP
Probe at (116,36) @ 7,0
  Expected: 255 0 0 204
  Observed: 255 255 255 255
Testing NEAREST with projective mapping: CLAMP_TO_EDGE
Probe at (199,36) @ 5,0
  Expected: 255 0 0 204
  Observed: 255 255 255 255
Testing NEAREST with projective mapping: CLAMP_TO_BORDER
Probe at (327,36) @ 18,0
  Expected: 25 229 127 204
  Observed: 127 127 127 255
Testing NEAREST with projective mapping: MIRRORED_REPEAT
Probe at (368,36) @ 2,0
  Expected: 255 255 255 255
  Observed: 0 0 0 0
Testing LINEAR with projective mapping: REPEAT
Probe at (6,125) @ 0,0
  Expected: 0 0 0 0
  Observed: 52 52 52 52
Testing LINEAR with projective mapping: CLAMP
Probe at (113,125) @ 6,0
  Expected: 82 172 95 204
  Observed: 96 160 89 204
Testing LINEAR with projective mapping: CLAMP_TO_EDGE
Probe at (196,125) @ 4,0
  Expected: 255 0 0 204
  Observed: 255 64 64 217
Testing LINEAR with projective mapping: CLAMP_TO_BORDER
Probe at (327,125) @ 18,0
  Expected: 25 229 127 204
  Observed: 127 127 127 255
Testing LINEAR with projective mapping: MIRRORED_REPEAT
Probe at (362,125) @ 0,0
  Expected: 0 0 0 0
  Observed: 120 120 120 120

Back to summary