Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.cpp288 * @param qo_bo_id ID of the query buffer object to use for the call.
306 bool PipelineStatisticsQueryUtilities::executeQuery(glw::GLenum query_type, glw::GLuint qo_id, glw::GLuint qo_bo_id, in executeQuery() argument
366 if (context_info.isExtensionSupported("GL_ARB_query_buffer_object") && qo_bo_id != 0) in executeQuery()
368 gl.bindBuffer(GL_QUERY_BUFFER, qo_bo_id); in executeQuery()
389 qo_bo_id = 0; in executeQuery()
438 if (n_iteration == iteration_index_with_qo_bo && qo_bo_id == 0) in executeQuery()
462 gl.bindBuffer(GL_QUERY_BUFFER, qo_bo_id); in executeQuery()
464 else if (qo_bo_id != 0) in executeQuery()
H A Dgl4cPipelineStatisticsQueryTests.hpp263 static bool executeQuery(glw::GLenum query_type, glw::GLuint qo_id, glw::GLuint qo_bo_id,

Completed in 7 milliseconds