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

Overview

Status: skip
Result: skip

Back to summary

Details

Detail Value
returncode 0
time 6.31592512131
info
Returncode: 0

Errors:


Output:
Parameter: 3D
Using TEXTURE_3D.
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: 0 0 0 0
  Observed: 26 229 128 204
Testing NEAREST: CLAMP
Probe at (95,36) @ 0,0
  Expected: 255 0 0 204
  Observed: 26 229 128 204
Testing NEAREST: CLAMP_TO_EDGE
Probe at (184,36) @ 0,0
  Expected: 255 0 0 204
  Observed: 26 229 128 204
Testing NEAREST: CLAMP_TO_BORDER
Probe at (273,36) @ 0,0
  Expected: 25 229 127 204
  Observed: 0 0 0 0
Testing NEAREST: MIRRORED_REPEAT
Probe at (389,36) @ 9,0
  Expected: 0 0 0 0
  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: 0 0 0 0
  Observed: 128 26 229 204
Testing NEAREST with swizzling: CLAMP
Probe at (95,36) @ 0,0
  Expected: 0 255 0 204
  Observed: 128 26 229 204
Testing NEAREST with swizzling: CLAMP_TO_EDGE
Probe at (184,36) @ 0,0
  Expected: 0 255 0 204
  Observed: 128 26 229 204
Testing NEAREST with swizzling: CLAMP_TO_BORDER
Probe at (273,36) @ 0,0
  Expected: 127 25 229 204
  Observed: 0 0 0 0
Testing NEAREST with swizzling: MIRRORED_REPEAT
Probe at (389,36) @ 9,0
  Expected: 0 0 0 0
  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