Lines Matching refs:value
147 and pname QUERY_COUNTER_BITS returns a non-negative value without error.
151 QUERY_COUNTER_BITS returns a non-negative value without error.
203 /* Returns whether CURRENT_QUERY state for the specified target and index matches the given value. */
204 bool verifyCurrentQueryState(GLenum target, GLuint index, GLuint value)
207 GLint expected = (GLint)value;
219 // If index is zero then GetQueryiv should also return the expected value
258 TCU_FAIL("Default value of CURRENT_QUERY for query target TRANSFORM_FEEDBACK_OVERFLOW is non-zero");
267 TCU_FAIL("Default value of CURRENT_QUERY for query target TRANSFORM_FEEDBACK_STREAM_OVERFLOW "
517 GLint value;
524 gl.getQueryIndexediv(GL_TRANSFORM_FEEDBACK_OVERFLOW, i, GL_CURRENT_QUERY, &value);
536 gl.getQueryIndexediv(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, i, GL_CURRENT_QUERY, &value);