Lines Matching defs:value
270 // implementation defined value which is above the requested
271 // value. We can use simple equality comparison by using
272 // reported maximum number of samples in our valid value
423 "should have returned the value set with glFramebufferParameteri()");
444 "Calling glFramebufferParameteri() with negative value "
453 "did not return a valid default value");
460 "Calling glFramebufferParameteri() too large value "
469 "did not return a valid default value");
618 GLuint value = pixels[(y * 64 + x) * 4];
619 TCU_CHECK_MSG(value == expected_value, "Validating draw with imageStore");