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

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: 2D
Using TEXTURE_2D.
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 (18,36) @ 4,0
  Expected: 255 255 255 255
  Observed: 0 0 0 0
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 (360,36) @ 20,0
  Expected: 25 229 127 204
  Observed: 127 127 127 255
Testing NEAREST: MIRRORED_REPEAT
Probe at (398,36) @ 0,0
  Expected: 0 0 0 0
  Observed: 255 255 255 255
Testing LINEAR: REPEAT
Probe at (6,134) @ 0,0
  Expected: 0 0 0 0
  Observed: 54 54 54 54
Testing LINEAR: CLAMP
Probe at (125,134) @ 7,0
  Expected: 82 172 95 204
  Observed: 139 116 65 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 (360,134) @ 20,0
  Expected: 25 229 127 204
  Observed: 127 127 127 255
Testing LINEAR: MIRRORED_REPEAT
Probe at (398,134) @ 0,0
  Expected: 0 0 0 0
  Observed: 169 169 169 169

Back to summary