Home
last modified time | relevance | path

Searched refs:GL_QUERY_BUFFER (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMapBufferAlignmentTests.cpp204 { GL_QUERY_BUFFER, 0 }, in iterate()
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp1154 gl.bindBuffer(GL_QUERY_BUFFER, m_query_buffer); in verifyQueryResult()
1155 gl.bufferData(GL_QUERY_BUFFER, sizeof(initValue), &initValue, GL_STREAM_READ); in verifyQueryResult()
1157 gl.getBufferSubData(GL_QUERY_BUFFER, 0, sizeof(actual), &actual); in verifyQueryResult()
H A Dgl4cDirectStateAccessQueriesTests.cpp1450 T* value = (T*)gl.mapBuffer(GL_QUERY_BUFFER, GL_READ_ONLY); in checkQueryBufferObject()
1460 gl.unmapBuffer(GL_QUERY_BUFFER); in checkQueryBufferObject()
1698 gl.bindBuffer(GL_QUERY_BUFFER, m_bo_query); in prepareBuffers()
1701 gl.bufferData(GL_QUERY_BUFFER, sizeof(glw::GLint64), DE_NULL, GL_DYNAMIC_COPY); in prepareBuffers()
H A Dgl4cPipelineStatisticsQueryTests.cpp368 gl.bindBuffer(GL_QUERY_BUFFER, qo_bo_id); in executeQuery()
374 << "Could not bind a buffer object to GL_QUERY_BUFFER buffer object " in executeQuery()
462 gl.bindBuffer(GL_QUERY_BUFFER, qo_bo_id); in executeQuery()
466 gl.bindBuffer(GL_QUERY_BUFFER, 0 /* buffer */); in executeQuery()
473 << "glBindBuffer() call failed for GL_QUERY_BUFFER target with error " in executeQuery()
554 const unsigned char* bo_data_ptr = (const unsigned char*)gl.mapBuffer(GL_QUERY_BUFFER, GL_READ_ONLY); in executeQuery()
576 gl.unmapBuffer(GL_QUERY_BUFFER); in executeQuery()
H A Dgl4cSparseBufferTests.cpp4461 m_gl.bufferPageCommitmentARB(GL_QUERY_BUFFER, 0, /* offset */
4636 m_gl.bindBuffer(GL_QUERY_BUFFER, m_sparse_bo);
H A Dgl4cBufferStorageTests.cpp472 GL_QUERY_BUFFER, /* 9 */
/third_party/mesa3d/src/mesa/main/
H A Dglthread_bufferobj.c199 case GL_QUERY_BUFFER: in _mesa_glthread_BindBuffer()
H A Dbufferobj.c183 case GL_QUERY_BUFFER: in buffer_target_to_bind_flags()
697 case GL_QUERY_BUFFER: in get_buffer_target()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h1343 #define GL_QUERY_BUFFER 0x9192 macro
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp58 GL_QUERY_BUFFER, /* 9 */
/third_party/mesa3d/include/GL/
H A Dglcorearb.h2586 #define GL_QUERY_BUFFER 0x9192 macro
H A Dglext.h2535 #define GL_QUERY_BUFFER 0x9192 macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h2567 #define GL_QUERY_BUFFER 0x9192 macro
H A Dglext.h2516 #define GL_QUERY_BUFFER 0x9192 macro
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h2623 #define GL_QUERY_BUFFER 0x9192 macro
H A Dglext.h2571 #define GL_QUERY_BUFFER 0x9192 macro
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h2623 #define GL_QUERY_BUFFER 0x9192 macro
H A Dglext.h2571 #define GL_QUERY_BUFFER 0x9192 macro

Completed in 275 milliseconds