Results for spec/ARB_texture_rectangle/texwrap-RECT

Overview

Status: fail
Result: fail

Back to summary

Details

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

Errors:


Output:
Parameter: RECT
Using TEXTURE_RECTANGLE.

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

Testing NEAREST: CLAMP
Probe at (39,36) @ 11,0
  Expected: 255 0 0 204
  Observed: 255 255 255 255
Testing NEAREST: CLAMP_TO_EDGE
Probe at (128,36) @ 8,0
  Expected: 255 0 0 204
  Observed: 255 255 255 255
Testing NEAREST: CLAMP_TO_BORDER
Probe at (268,36) @ 22,0
  Expected: 25 229 127 204
  Observed: 127 127 127 255
Testing LINEAR: CLAMP
Probe at (36,134) @ 10,0
  Expected: 82 172 95 204
  Observed: 140 135 84 208
Testing LINEAR: CLAMP_TO_EDGE
Probe at (128,134) @ 8,0
  Expected: 255 0 0 204
  Observed: 235 235 235 235
Testing LINEAR: CLAMP_TO_BORDER
Probe at (268,134) @ 22,0
  Expected: 25 229 127 204
  Observed: 127 127 127 255

Back to summary