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

Overview

Status: skip
Result: skip

Back to summary

Details

Detail Value
returncode 0
time 6.93348193169
info
Returncode: 0

Errors:


Output:
Parameter: 3D
Using TEXTURE_3D.
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 (12,36) @ 2,0
  Expected: 255 255 255 255
  Observed: 26 229 128 204
Testing NEAREST: CLAMP
Probe at (104,36) @ 0,0
  Expected: 255 0 0 204
  Observed: 26 229 128 204
Testing NEAREST: CLAMP_TO_EDGE
Probe at (202,36) @ 0,0
  Expected: 255 0 0 204
  Observed: 26 229 128 204
Testing NEAREST: CLAMP_TO_BORDER
Probe at (300,36) @ 0,0
  Expected: 25 229 127 204
  Observed: 0 0 0 0
Testing NEAREST: MIRRORED_REPEAT
Probe at (428,36) @ 10,0
  Expected: 255 255 255 255
  Observed: 26 229 128 204
Testing LINEAR: REPEAT
Testing LINEAR: CLAMP
Testing LINEAR: CLAMP_TO_EDGE
Testing LINEAR: CLAMP_TO_BORDER
Testing LINEAR: MIRRORED_REPEAT
Testing NEAREST with swizzling: REPEAT
Probe at (12,36) @ 2,0
  Expected: 255 255 255 255
  Observed: 128 26 229 204
Testing NEAREST with swizzling: CLAMP
Probe at (104,36) @ 0,0
  Expected: 0 255 0 204
  Observed: 128 26 229 204
Testing NEAREST with swizzling: CLAMP_TO_EDGE
Probe at (202,36) @ 0,0
  Expected: 0 255 0 204
  Observed: 128 26 229 204
Testing NEAREST with swizzling: CLAMP_TO_BORDER
Probe at (300,36) @ 0,0
  Expected: 127 25 229 204
  Observed: 0 0 0 0
Testing NEAREST with swizzling: MIRRORED_REPEAT
Probe at (428,36) @ 10,0
  Expected: 255 255 255 255
  Observed: 128 26 229 204
Testing LINEAR with swizzling: REPEAT
Testing LINEAR with swizzling: CLAMP
Testing LINEAR with swizzling: CLAMP_TO_EDGE
Testing LINEAR with swizzling: CLAMP_TO_BORDER
Testing LINEAR with swizzling: MIRRORED_REPEAT

Back to summary