Lines Matching refs:glBeginQuery
217 ES3F_ADD_API_CASE(begin_query, "Invalid glBeginQuery() usage",
223 glBeginQuery (-1, ids[0]);
227 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if glBeginQuery is executed while a query object of the same target is already active.");
228 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]);
230 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]);
233 glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]);
235 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]);
237 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[2]);
245 glBeginQuery (GL_ANY_SAMPLES_PASSED, 0);
250 glBeginQuery (GL_ANY_SAMPLES_PASSED, -1);
254 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[2]);
259 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]);
261 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[0]);
268 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[0]);
288 glBeginQuery (GL_ANY_SAMPLES_PASSED, id);