Lines Matching defs:target
146 * Check that calling GetQueryiv with target TRANSFORM_FEEDBACK_OVERFLOW
150 GetQueryiv with target TRANSFORM_FEEDBACK_STREAM_OVERFLOW and pname
173 TCU_FAIL("Value of QUERY_COUNTER_BITS for query target TRANSFORM_FEEDBACK_OVERFLOW is invalid");
181 TCU_FAIL("Value of QUERY_COUNTER_BITS for query target TRANSFORM_FEEDBACK_STREAM_OVERFLOW is invalid");
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)
211 gl.getQueryIndexediv(target, index, GL_CURRENT_QUERY, &actual);
220 gl.getQueryiv(target, GL_CURRENT_QUERY, &actual);
234 * Check that calling GetQueryiv with target TRANSFORM_FEEDBACK_OVERFLOW
238 GetQueryIndexediv with target TRANSFORM_FEEDBACK_STREAM_OVERFLOW and
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 "
282 * Check that after a successful call to BeginQuery with target TRANSFORM_-
283 FEEDBACK_OVERFLOW_ARB calling GetQueryiv with the same target and with
285 BeginQuery. Also check that after calling EndQuery with the same target
289 successful call to BeginQueryIndexed with target TRANSFORM_FEEDBACK_-
290 STREAM_OVERFLOW_ARB calling GetQueryIndexediv with the same target and
294 same target and index GetQueryIndexediv returns zero for the same
306 "call to {Begin|End}Query[Indexed] if the target of the query is one of the newly introduced ones.")
345 TCU_FAIL("Value of CURRENT_QUERY for query target TRANSFORM_FEEDBACK_OVERFLOW is not updated properly "
355 TCU_FAIL("Value of CURRENT_QUERY for query target TRANSFORM_FEEDBACK_OVERFLOW is not reset properly "
373 TCU_FAIL("Value of CURRENT_QUERY for query target TRANSFORM_FEEDBACK_STREAM_OVERFLOW "
381 TCU_FAIL("Value of CURRENT_QUERY for query target TRANSFORM_FEEDBACK_STREAM_OVERFLOW "
398 TCU_FAIL("Value of CURRENT_QUERY for query target TRANSFORM_FEEDBACK_STREAM_OVERFLOW "
406 TCU_FAIL("Value of CURRENT_QUERY for query target TRANSFORM_FEEDBACK_STREAM_OVERFLOW "
464 * Check that calling GetQueryIndexediv with target TRANSFORM_FEEDBACK_-
468 GetQueryIndexediv with target TRANSFORM_FEEDBACK_STREAM_OVERFLOW
472 * Check that calling BeginQueryIndexed with target TRANSFORM_FEEDBACK_-
476 BeginQueryIndexed with target TRANSFORM_FEEDBACK_STREAM_OVERFLOW
519 startTest("GetQueryIndexediv must generate INVALID_VALUE if <target> is "
530 startTest("GetQueryIndexediv must generate INVALID_VALUE if <target> is "
541 startTest("BeginQueryIndexed must generate INVALID_VALUE if <target> is "
552 startTest("BeginQueryIndexed must generate INVALID_VALUE if <target> is "
575 * Check that calling BeginQuery with target TRANSFORM_FEEDBACK_OVERFLOW
580 BeginQueryIndexed with target TRANSFORM_FEEDBACK_STREAM_OVERFLOW
586 BeginQueryIndexed with target TRANSFORM_FEEDBACK_STREAM_OVERFLOW
588 active on another TRANSFORM_FEEDBACK_STREAM_OVERFLOW target with
653 startTest("BeginQuery[Indexed] must generate INVALID_OPERATION if <target> is "
664 startTest("BeginQueryIndexed must generate INVALID_OPERATION if <target> is "
671 startTest("BeginQuery[Indexed] must generate INVALID_OPERATION if <target> is "
674 "target with a different index.");
708 BeginQueryIndexed with target TRANSFORM_FEEDBACK_STREAM_OVERFLOW
775 startTest("BeginQuery[Indexed] must generate INVALID_OPERATION if <target> is "
777 "previously used with another target.");
791 startTest("BeginQuery[Indexed] must generate INVALID_OPERATION if <target> is "
793 "was previously used with another target.");
820 * Check that calling EndQuery with target TRANSFORM_FEEDBACK_OVERFLOW
825 EndQueryIndexed with target TRANSFORM_FEEDBACK_STREAM_OVERFLOW
837 "if EndQuery[Indexed] is called with a target "
879 startTest("EndQuery[Indexed] must generate INVALID_OPERATION if <target> is "
890 startTest("EndQuery[Indexed] must generate INVALID_OPERATION if <target> is "
924 target before running any test that uses such a query's result.
927 one for the TRANSFORM_FEEDBACK_STREAM_OVERFLOW query target before running any test that
2221 addChild(new TransformFeedbackOverflowQueryErrorIncompatibleTarget(m_context, m_api, "error-incompatible-target"));