Home
last modified time | relevance | path

Searched refs:GL_QUERY_BUFFER (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_query_buffer_object/
H A Dqbo.c84 glBindBuffer(GL_QUERY_BUFFER, 0); in cpu_gather_query()
93 glBindBuffer(GL_QUERY_BUFFER, qbo); in cpu_gather_query()
117 glBindBuffer(GL_QUERY_BUFFER, qbo); in run_subtest()
118 glBufferData(GL_QUERY_BUFFER, 16, default_value, GL_DYNAMIC_COPY); in run_subtest()
126 glBindBuffer(GL_QUERY_BUFFER, qbo); in run_subtest()
181 unsigned *ptr = glMapBuffer(GL_QUERY_BUFFER, GL_READ_ONLY); in run_subtest()
187 glUnmapBuffer(GL_QUERY_BUFFER); in run_subtest()
247 glBindBuffer(GL_QUERY_BUFFER, qbo); in piglit_init()
248 glBufferData(GL_QUERY_BUFFER, 4, NULL, GL_DYNAMIC_COPY); in piglit_init()
H A Dcoherency.c87 glBindBuffer(GL_QUERY_BUFFER, indirect_bo); in indirect_draw()
88 glBufferData(GL_QUERY_BUFFER, sizeof(indirect_data), indirect_data, GL_STATIC_DRAW); in indirect_draw()
127 glBindBuffer(GL_QUERY_BUFFER, index_bo); in index_buffer()
128 glBufferData(GL_QUERY_BUFFER, sizeof(index_data), index_data, GL_STATIC_DRAW); in index_buffer()
166 glBindBuffer(GL_QUERY_BUFFER, indirect_count_bo); in indirect_draw_count()
167 glBufferData(GL_QUERY_BUFFER, sizeof(count_default), &count_default, GL_STATIC_DRAW); in indirect_draw_count()
209 glBindBuffer(GL_QUERY_BUFFER, indirect_bo); in indirect_dispatch()
210 glBufferData(GL_QUERY_BUFFER, sizeof(indirect_data), indirect_data, GL_STATIC_DRAW); in indirect_dispatch()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_transform_feedback_overflow_query/
H A Dbasic.c187 glBindBuffer(GL_QUERY_BUFFER, queryBuffer); in overflow_buffer_object()
188 glBufferData(GL_QUERY_BUFFER, sizeof(GLuint), in overflow_buffer_object()
192 glBindBuffer(GL_QUERY_BUFFER, queryBuffer); in overflow_buffer_object()
200 readback = glMapBuffer(GL_QUERY_BUFFER, GL_READ_ONLY); in overflow_buffer_object()
210 glUnmapBuffer(GL_QUERY_BUFFER); in overflow_buffer_object()
211 glBindBuffer(GL_QUERY_BUFFER, 0); in overflow_buffer_object()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/
H A DGLBufferStateTracker.java141 case GL4.GL_QUERY_BUFFER: return GL4.GL_QUERY_BUFFER_BINDING; in getQueryName()
164 case GL4.GL_QUERY_BUFFER: in checkTargetName()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_query_buffer_object.java49 int GL_QUERY_BUFFER = 0x9192; field
H A DGL44.java166 int GL_QUERY_BUFFER = 0x9192; field
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_query_buffer_object6 GL_QUERY_BUFFER 0x9192
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_query_buffer_object6 GL_QUERY_BUFFER 0x9192
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_query_buffer_object6 GL_QUERY_BUFFER 0x9192
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dquery_buffer_object.py14 GL_QUERY_BUFFER=_C('GL_QUERY_BUFFER',0x9192) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dquery_buffer_object.py14 GL_QUERY_BUFFER=_C('GL_QUERY_BUFFER',0x9192) variable
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_Buffer.cxx65 #ifdef GL_QUERY_BUFFER in FormatTarget()
66 case GL_QUERY_BUFFER: return "GL_QUERY_BUFFER"; in FormatTarget()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A Dgl_4_4.h38 #define GL_QUERY_BUFFER 0x9192 macro
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/VERSION/
H A DGL_4_4.py28 GL_QUERY_BUFFER=_C('GL_QUERY_BUFFER',0x9192) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/VERSION/
H A DGL_4_4.py28 GL_QUERY_BUFFER=_C('GL_QUERY_BUFFER',0x9192) variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cMapBufferAlignmentTests.cpp194 { GL_QUERY_BUFFER, 0 }, in iterate()
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 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 Dgl4cPipelineStatisticsQueryTests.cpp351 gl.bindBuffer(GL_QUERY_BUFFER, qo_bo_id); in executeQuery()
445 gl.bindBuffer(GL_QUERY_BUFFER, qo_bo_id); in executeQuery()
449 gl.bindBuffer(GL_QUERY_BUFFER, 0 /* buffer */); in executeQuery()
537 …const unsigned char* bo_data_ptr = (const unsigned char*)gl.mapBuffer(GL_QUERY_BUFFER, GL_READ_ONL… in executeQuery()
559 gl.unmapBuffer(GL_QUERY_BUFFER); in executeQuery()
/dports/devel/apitrace/apitrace-9.0/retrace/
H A Dglstate.cpp226 case GL_QUERY_BUFFER: in getBufferBinding()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dglthread_bufferobj.c199 case GL_QUERY_BUFFER: in _mesa_glthread_BindBuffer()
/dports/lang/clover/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c219 case GL_QUERY_BUFFER: in buffer_target_to_bind_flags()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c219 case GL_QUERY_BUFFER: in buffer_target_to_bind_flags()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c219 case GL_QUERY_BUFFER: in buffer_target_to_bind_flags()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c219 case GL_QUERY_BUFFER: in buffer_target_to_bind_flags()

1234567891011