Home
last modified time | relevance | path

Searched refs:GL_TIME_ELAPSED (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/OGL/
H A DGPUTimer.h9 #ifndef GL_TIME_ELAPSED
10 #define GL_TIME_ELAPSED 0x88BF macro
54 glEndQuery(GL_TIME_ELAPSED); in Begin()
56 glBeginQuery(GL_TIME_ELAPSED, m_query_id); in Begin()
65 glEndQuery(GL_TIME_ELAPSED); in End()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c44 #ifndef GL_TIME_ELAPSED
45 #define GL_TIME_ELAPSED 0x88BF macro
75 case GL_TIME_ELAPSED: in _query_type_to_string()
89 return GL_TIME_ELAPSED; in _gst_gl_query_type_to_gl()
105 return gl_query_type == GL_TIME_ELAPSED; in _query_type_supports_begin_end()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c44 #ifndef GL_TIME_ELAPSED
45 #define GL_TIME_ELAPSED 0x88BF macro
75 case GL_TIME_ELAPSED: in _query_type_to_string()
89 return GL_TIME_ELAPSED; in _gst_gl_query_type_to_gl()
105 return gl_query_type == GL_TIME_ELAPSED; in _query_type_supports_begin_end()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c44 #ifndef GL_TIME_ELAPSED
45 #define GL_TIME_ELAPSED 0x88BF macro
75 case GL_TIME_ELAPSED: in _query_type_to_string()
89 return GL_TIME_ELAPSED; in _gst_gl_query_type_to_gl()
105 return gl_query_type == GL_TIME_ELAPSED; in _query_type_supports_begin_end()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c44 #ifndef GL_TIME_ELAPSED
45 #define GL_TIME_ELAPSED 0x88BF macro
75 case GL_TIME_ELAPSED: in _query_type_to_string()
89 return GL_TIME_ELAPSED; in _gst_gl_query_type_to_gl()
105 return gl_query_type == GL_TIME_ELAPSED; in _query_type_supports_begin_end()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c44 #ifndef GL_TIME_ELAPSED
45 #define GL_TIME_ELAPSED 0x88BF macro
75 case GL_TIME_ELAPSED: in _query_type_to_string()
89 return GL_TIME_ELAPSED; in _gst_gl_query_type_to_gl()
105 return gl_query_type == GL_TIME_ELAPSED; in _query_type_supports_begin_end()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c44 #ifndef GL_TIME_ELAPSED
45 #define GL_TIME_ELAPSED 0x88BF macro
75 case GL_TIME_ELAPSED: in _query_type_to_string()
89 return GL_TIME_ELAPSED; in _gst_gl_query_type_to_gl()
105 return gl_query_type == GL_TIME_ELAPSED; in _query_type_supports_begin_end()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c44 #ifndef GL_TIME_ELAPSED
45 #define GL_TIME_ELAPSED 0x88BF macro
75 case GL_TIME_ELAPSED: in _query_type_to_string()
89 return GL_TIME_ELAPSED; in _gst_gl_query_type_to_gl()
105 return gl_query_type == GL_TIME_ELAPSED; in _query_type_supports_begin_end()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c44 #ifndef GL_TIME_ELAPSED
45 #define GL_TIME_ELAPSED 0x88BF macro
75 case GL_TIME_ELAPSED: in _query_type_to_string()
89 return GL_TIME_ELAPSED; in _gst_gl_query_type_to_gl()
105 return gl_query_type == GL_TIME_ELAPSED; in _query_type_supports_begin_end()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c44 #ifndef GL_TIME_ELAPSED
45 #define GL_TIME_ELAPSED 0x88BF macro
75 case GL_TIME_ELAPSED: in _query_type_to_string()
89 return GL_TIME_ELAPSED; in _gst_gl_query_type_to_gl()
105 return gl_query_type == GL_TIME_ELAPSED; in _query_type_supports_begin_end()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c44 #ifndef GL_TIME_ELAPSED
45 #define GL_TIME_ELAPSED 0x88BF macro
75 case GL_TIME_ELAPSED: in _query_type_to_string()
89 return GL_TIME_ELAPSED; in _gst_gl_query_type_to_gl()
105 return gl_query_type == GL_TIME_ELAPSED; in _query_type_supports_begin_end()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgpu_timing_fake.cc99 EXPECT_CALL(gl, BeginQuery(GL_TIME_ELAPSED, _)).Times(Exactly(1)) in ExpectGPUTimeStampQuery()
103 EXPECT_CALL(gl, EndQuery(GL_TIME_ELAPSED)).Times(Exactly(1)) in ExpectGPUTimeStampQuery()
142 EXPECT_CALL(gl, BeginQuery(GL_TIME_ELAPSED, _)) in ExpectGPUTimerQuery()
146 EXPECT_CALL(gl, EndQuery(GL_TIME_ELAPSED)) in ExpectGPUTimerQuery()
195 case GL_TIME_ELAPSED: in FakeGLBeginQuery()
209 case GL_TIME_ELAPSED: { in FakeGLEndQuery()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgpu_timing_fake.cc99 EXPECT_CALL(gl, BeginQuery(GL_TIME_ELAPSED, _)).Times(Exactly(1)) in ExpectGPUTimeStampQuery()
103 EXPECT_CALL(gl, EndQuery(GL_TIME_ELAPSED)).Times(Exactly(1)) in ExpectGPUTimeStampQuery()
142 EXPECT_CALL(gl, BeginQuery(GL_TIME_ELAPSED, _)) in ExpectGPUTimerQuery()
146 EXPECT_CALL(gl, EndQuery(GL_TIME_ELAPSED)) in ExpectGPUTimerQuery()
195 case GL_TIME_ELAPSED: in FakeGLBeginQuery()
209 case GL_TIME_ELAPSED: { in FakeGLEndQuery()
/dports/graphics/gource/gource-0.51/src/core/
H A Dtimer.cpp41 glBeginQuery(GL_TIME_ELAPSED, query_id); in start()
48 glEndQuery(GL_TIME_ELAPSED); in stop()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Dtimer.cpp41 glBeginQuery(GL_TIME_ELAPSED, query_id); in start()
48 glEndQuery(GL_TIME_ELAPSED); in stop()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_query_buffer_object/
H A Dcommon.c54 { GL_TIME_ELAPSED, { "GL_ARB_timer_query", NULL } },
93 case GL_TIME_ELAPSED: in get_query_values()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ext/nanovg/example/
H A Dperf.c19 #define GL_TIME_ELAPSED 0x88BF macro
46 glBeginQuery(GL_TIME_ELAPSED, timer->queries[timer->cur % GPU_QUERY_COUNT] ); in startGPUTimer()
59 glEndQuery(GL_TIME_ELAPSED); in stopGPUTimer()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/nanovg/example/
H A Dperf.c19 #define GL_TIME_ELAPSED 0x88BF macro
46 glBeginQuery(GL_TIME_ELAPSED, timer->queries[timer->cur % GPU_QUERY_COUNT] ); in startGPUTimer()
59 glEndQuery(GL_TIME_ELAPSED); in stopGPUTimer()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/ext/nanovg/example/
H A Dperf.c19 #define GL_TIME_ELAPSED 0x88BF macro
46 glBeginQuery(GL_TIME_ELAPSED, timer->queries[timer->cur % GPU_QUERY_COUNT] ); in startGPUTimer()
59 glEndQuery(GL_TIME_ELAPSED); in stopGPUTimer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/gl/
H A DGLTestContext.cpp34 static constexpr GrGLenum GL_TIME_ELAPSED = 0x88bf; member in __anon897c585b0111::GLGpuTimer
105 fGLBeginQuery(GL_TIME_ELAPSED, queryID); in onQueueTimerStart()
113 fGLEndQuery(GL_TIME_ELAPSED); in onQueueTimerStop()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp180 #if !defined(GL_TIME_ELAPSED)
181 #define GL_TIME_ELAPSED GL_TIME_ELAPSED_EXT macro
186 core->glBeginQuery(GL_TIME_ELAPSED, timer); in begin()
191 core->glEndQuery(GL_TIME_ELAPSED); in end()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp180 #if !defined(GL_TIME_ELAPSED)
181 #define GL_TIME_ELAPSED GL_TIME_ELAPSED_EXT macro
186 core->glBeginQuery(GL_TIME_ELAPSED, timer); in begin()
191 core->glEndQuery(GL_TIME_ELAPSED); in end()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp180 #if !defined(GL_TIME_ELAPSED)
181 #define GL_TIME_ELAPSED GL_TIME_ELAPSED_EXT macro
186 core->glBeginQuery(GL_TIME_ELAPSED, timer); in begin()
191 core->glEndQuery(GL_TIME_ELAPSED); in end()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp180 #if !defined(GL_TIME_ELAPSED)
181 #define GL_TIME_ELAPSED GL_TIME_ELAPSED_EXT macro
186 core->glBeginQuery(GL_TIME_ELAPSED, timer); in begin()
191 core->glEndQuery(GL_TIME_ELAPSED); in end()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_cb_queryobj.c166 case GL_TIME_ELAPSED: in st_BeginQuery()
197 if (q->Target == GL_TIME_ELAPSED && in st_BeginQuery()
241 q->Target == GL_TIME_ELAPSED) && in st_EndQuery()
328 if (stq->base.Target == GL_TIME_ELAPSED && in get_query_result()

12345678910>>...22