/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMapBufferAlignmentTests.cpp | 204 { GL_QUERY_BUFFER, 0 }, in iterate()
|
H A D | gl3cTransformFeedbackOverflowQueryTests.cpp | 1154 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 D | gl4cDirectStateAccessQueriesTests.cpp | 1450 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 D | gl4cPipelineStatisticsQueryTests.cpp | 368 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 D | gl4cSparseBufferTests.cpp | 4461 m_gl.bufferPageCommitmentARB(GL_QUERY_BUFFER, 0, /* offset */ 4636 m_gl.bindBuffer(GL_QUERY_BUFFER, m_sparse_bo);
|
H A D | gl4cBufferStorageTests.cpp | 472 GL_QUERY_BUFFER, /* 9 */
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glthread_bufferobj.c | 199 case GL_QUERY_BUFFER: in _mesa_glthread_BindBuffer()
|
H A D | bufferobj.c | 183 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 D | functionsgl_enums.h | 1343 #define GL_QUERY_BUFFER 0x9192 macro
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.cpp | 58 GL_QUERY_BUFFER, /* 9 */
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2586 #define GL_QUERY_BUFFER 0x9192 macro
|
H A D | glext.h | 2535 #define GL_QUERY_BUFFER 0x9192 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2567 #define GL_QUERY_BUFFER 0x9192 macro
|
H A D | glext.h | 2516 #define GL_QUERY_BUFFER 0x9192 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2623 #define GL_QUERY_BUFFER 0x9192 macro
|
H A D | glext.h | 2571 #define GL_QUERY_BUFFER 0x9192 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2623 #define GL_QUERY_BUFFER 0x9192 macro
|
H A D | glext.h | 2571 #define GL_QUERY_BUFFER 0x9192 macro
|