Home
last modified time | relevance | path

Searched refs:GL_QUERY_COUNTER_BITS (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_occlusion_query/
H A Docclusion_query_meta_save.c119 glGetQueryiv(GL_SAMPLES_PASSED, GL_QUERY_COUNTER_BITS, &query_bits); in piglit_init()
H A Docclusion_query_meta_fragments.c157 glGetQueryiv(GL_SAMPLES_PASSED, GL_QUERY_COUNTER_BITS, in piglit_init()
H A Docclusion_query_order.c146 glGetQueryiv(GL_SAMPLES_PASSED, GL_QUERY_COUNTER_BITS, in piglit_init()
H A Docclusion_query.c170 glGetQueryiv(GL_SAMPLES_PASSED, GL_QUERY_COUNTER_BITS, in piglit_init()
H A Docclusion_query_meta_no_fragments.c235 glGetQueryiv(GL_SAMPLES_PASSED, GL_QUERY_COUNTER_BITS, in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dtimer_query.c59 (*glGetQueryivARB)(GL_TIME_ELAPSED, GL_QUERY_COUNTER_BITS, &query_bits); in piglit_init()
H A Docclusion-query-discard.c140 glGetQueryiv(GL_SAMPLES_PASSED, GL_QUERY_COUNTER_BITS, &query_bits); in piglit_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_pipeline_statistics_query/
H A Dpipestat_help.c46 glGetQueryiv(queries[i].query, GL_QUERY_COUNTER_BITS, &bits); in do_query_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dminmax-test.c374 glGetQueryiv(GL_SAMPLES_PASSED, GL_QUERY_COUNTER_BITS, &oqbits); in piglit_test_oq_bits()
412 glGetQueryiv(target, GL_QUERY_COUNTER_BITS, &bits); in piglit_test_tf_bits()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgpu_timing_fake.cc86 EXPECT_CALL(gl, GetQueryiv(GL_TIMESTAMP, GL_QUERY_COUNTER_BITS, NotNull())) in ExpectGPUTimeStampQuery()
129 EXPECT_CALL(gl, GetQueryiv(GL_TIMESTAMP, GL_QUERY_COUNTER_BITS, NotNull())) in ExpectGPUTimerQuery()
H A Dgpu_timing_unittest.cc197 EXPECT_CALL(*gl_, GetQueryiv(GL_TIMESTAMP, GL_QUERY_COUNTER_BITS, NotNull())) in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgpu_timing_fake.cc86 EXPECT_CALL(gl, GetQueryiv(GL_TIMESTAMP, GL_QUERY_COUNTER_BITS, NotNull())) in ExpectGPUTimeStampQuery()
129 EXPECT_CALL(gl, GetQueryiv(GL_TIMESTAMP, GL_QUERY_COUNTER_BITS, NotNull())) in ExpectGPUTimerQuery()
H A Dgpu_timing_unittest.cc197 EXPECT_CALL(*gl_, GetQueryiv(GL_TIMESTAMP, GL_QUERY_COUNTER_BITS, NotNull())) in TEST_F()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_occlusion_query2/
H A Dapi.c101 glGetQueryiv(GL_ANY_SAMPLES_PASSED, GL_QUERY_COUNTER_BITS, &result); in test_counter_bits()
/dports/graphics/glew/glew-2.2.0/auto/core/gl/
H A DGL_VERSION_1_57 GL_QUERY_COUNTER_BITS 0x8864
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A Dgl_1_5.h28 #define GL_QUERY_COUNTER_BITS 0x8864 macro
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/core/
H A DGL_VERSION_1_55 GL_QUERY_COUNTER_BITS 0x8864
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/core/gl/
H A DGL_VERSION_1_57 GL_QUERY_COUNTER_BITS 0x8864
/dports/graphics/glew-wayland/glew-2.2.0/auto/core/gl/
H A DGL_VERSION_1_57 GL_QUERY_COUNTER_BITS 0x8864
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/core/
H A DGL_VERSION_1_56 GL_QUERY_COUNTER_BITS 0x8864
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp170 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in iterate()
178 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in iterate()
953 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in canTestOverflow()
966 gl.getQueryiv(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, GL_QUERY_COUNTER_BITS, &counterBits); in canTestStreamOverflow()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/VERSION/
H A DGL_1_5.py40 GL_QUERY_COUNTER_BITS=_C('GL_QUERY_COUNTER_BITS',0x8864) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/VERSION/
H A DGL_1_5.py40 GL_QUERY_COUNTER_BITS=_C('GL_QUERY_COUNTER_BITS',0x8864) variable
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DGL15.java197 int GL_QUERY_COUNTER_BITS = 0x8864; field
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dqueryobj.c671 case GL_QUERY_COUNTER_BITS: in _mesa_GetQueryIndexediv()
699 case GL_QUERY_COUNTER_BITS: in _mesa_GetQueryIndexediv()

12345678910>>...19