Searched refs:qo_id (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cPipelineStatisticsQueryTests.cpp | 284 * @param qo_id ID of the query object to be used for the execution. 306 bool PipelineStatisticsQueryUtilities::executeQuery(glw::GLenum query_type, glw::GLuint qo_id, glw::GLuint qo_bo_id, in executeQuery() argument 351 gl.beginQuery(query_type, qo_id); in executeQuery() 485 gl.getQueryObjecti64v(qo_id, GL_QUERY_RESULT, offset_int64); in executeQuery() 504 gl.getQueryObjectiv(qo_id, GL_QUERY_RESULT, offset_int); in executeQuery() 518 gl.getQueryObjectui64v(qo_id, GL_QUERY_RESULT, offset_uint64); in executeQuery() 537 gl.getQueryObjectuiv(qo_id, GL_QUERY_RESULT, offset_uint); in executeQuery()
|
H A D | gl4cPipelineStatisticsQueryTests.hpp | 263 static bool executeQuery(glw::GLenum query_type, glw::GLuint qo_id, glw::GLuint qo_bo_id,
|
Completed in 7 milliseconds