Lines Matching defs:value
531 /* Only execute if GL_MAX_SAMPLES pname value >= 2 */
539 throw tcu::NotSupportedError("GL_MAX_SAMPLES pname value < 2, skipping");
760 /* Only execute if GL_MAX_SAMPLES pname value >= 3 */
768 throw tcu::NotSupportedError("GL_MAX_SAMPLES pname value < 3, skipping");
1292 /* Determine a value to be used for samples argument in subsequent
1441 /* Determine a value to be used for samples argument in subsequent
1473 * than or equal to zero and less than or equal to log2 of the value of MAX_CUBE_-
1475 * equal to zero and no larger than log2 of the value of MAX_TEXTURE_SIZE.
1596 /* Determine a value to be used for samples argument in subsequent
1752 /* Determine a value to be used for samples argument in subsequent
1862 /* Retrieve GL_MAX_SAMPLES pname value */
1866 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not retrieve GL_MAX_SAMPLES value.");
1957 /* Retrieve GL_MAX_INTEGER_SAMPLES pname value */
1961 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not retrieve GL_MAX_INTEGER_SAMPLES value.");
2067 /* Determine a value to be used for samples argument in subsequent
2191 /* Determine a value to be used for samples argument in subsequent
2229 * the error code reported after each call matches the expected value.
2234 * @param value Integer value to use. For glTexParameterf()
2235 * or glTexParameterfv(), the value will be cast
2241 glw::GLint value,
2248 const glw::GLfloat float_value = (glw::GLfloat)value;
2249 const glw::GLint int_value = value;
2385 * value should generate GL_INVALID_OPERATION