Searched refs:qo_id (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.hpp262 static bool executeQuery(glw::GLenum query_type, glw::GLuint qo_id, glw::GLuint qo_bo_id,
H A Dgl4cPipelineStatisticsQueryTests.cpp270 * @param qo_id ID of the query object to be used for the execution.
292 bool PipelineStatisticsQueryUtilities::executeQuery(glw::GLenum query_type, glw::GLuint qo_id, glw::GLuint qo_bo_id, argument
334 gl.beginQuery(query_type, qo_id);
468 gl.getQueryObjecti64v(qo_id, GL_QUERY_RESULT, offset_int64);
487 gl.getQueryObjectiv(qo_id, GL_QUERY_RESULT, offset_int);
501 gl.getQueryObjectui64v(qo_id, GL_QUERY_RESULT, offset_uint64);
520 gl.getQueryObjectuiv(qo_id, GL_QUERY_RESULT, offset_uint);

Completed in 87 milliseconds