Lines Matching refs:ids
314 GLuint ids = 0;
315 ctx.glGenQueries (-1, &ids);
322 GLuint ids[3];
323 ctx.glGenQueries (3, ids);
326 ctx.glBeginQuery (-1, ids[0]);
331 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]);
333 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]);
336 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]);
338 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]);
340 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[2]);
355 ctx.glDeleteQueries (1, &ids[2]);
357 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[2]);
362 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]);
364 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[0]);
371 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[0]);
375 ctx.glDeleteQueries (2, &ids[0]);