Lines Matching refs:target
496 BindBufferBase when <target> is TRANSFORM_FEEDBACK_BUFFER and transform
517 "when <target> was TRANSFORM_FEEDBACK_BUFFER and transform "
534 "when <target> was TRANSFORM_FEEDBACK_BUFFER and transform "
550 "BindBufferBase when <target> was TRANSFORM_FEEDBACK_BUFFER and transform "
1193 GetQueryIndexediv when <target> is TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN and
1197 GetQueryIndexediv when <target> is PRIMITIVES_GENERATED and <index> exceeds
1214 static const glw::GLenum target[] = { GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_PRIMITIVES_GENERATED };
1217 static const glw::GLuint target_count = sizeof(target) / sizeof(target[0]);
1221 gl.beginQueryIndexed(target[i], max_vertex_streams, m_query_object);
1227 "GetQueryIndexediv when <target> was "
1234 gl.endQueryIndexed(target[i], max_vertex_streams);
1240 "when <target> was "
1249 gl.getQueryIndexediv(target[i], max_vertex_streams, GL_QUERY_COUNTER_BITS, ¶m);
1254 "GetQueryIndexediv when <target> was "
1263 query at <index> of <target> is zero */
1271 "query at <index> of <target> is zero"