Home
last modified time | relevance | path

Searched refs:GL_TIMESTAMP (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/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()
90 EXPECT_CALL(gl, GetInteger64v(GL_TIMESTAMP, _)) in ExpectGPUTimeStampQuery()
94 EXPECT_CALL(gl, QueryCounter(_, GL_TIMESTAMP)).Times(Exactly(1)) in ExpectGPUTimeStampQuery()
129 EXPECT_CALL(gl, GetQueryiv(GL_TIMESTAMP, GL_QUERY_COUNTER_BITS, NotNull())) in ExpectGPUTimerQuery()
132 EXPECT_CALL(gl, GetInteger64v(GL_TIMESTAMP, _)) in ExpectGPUTimerQuery()
136 EXPECT_CALL(gl, QueryCounter(_, GL_TIMESTAMP)).Times(AtLeast(1)) in ExpectGPUTimerQuery()
166 EXPECT_CALL(gl, GetInteger64v(GL_TIMESTAMP, NotNull())) in ExpectOffsetCalculationQuery()
174 EXPECT_CALL(gl, GetInteger64v(GL_TIMESTAMP, NotNull())).Times(Exactly(0)); in ExpectNoOffsetCalculationQuery()
239 case GL_TIMESTAMP: { in FakeGLQueryCounter()
253 case GL_TIMESTAMP: in FakeGLGetInteger64v()
/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()
90 EXPECT_CALL(gl, GetInteger64v(GL_TIMESTAMP, _)) in ExpectGPUTimeStampQuery()
94 EXPECT_CALL(gl, QueryCounter(_, GL_TIMESTAMP)).Times(Exactly(1)) in ExpectGPUTimeStampQuery()
129 EXPECT_CALL(gl, GetQueryiv(GL_TIMESTAMP, GL_QUERY_COUNTER_BITS, NotNull())) in ExpectGPUTimerQuery()
132 EXPECT_CALL(gl, GetInteger64v(GL_TIMESTAMP, _)) in ExpectGPUTimerQuery()
136 EXPECT_CALL(gl, QueryCounter(_, GL_TIMESTAMP)).Times(AtLeast(1)) in ExpectGPUTimerQuery()
166 EXPECT_CALL(gl, GetInteger64v(GL_TIMESTAMP, NotNull())) in ExpectOffsetCalculationQuery()
174 EXPECT_CALL(gl, GetInteger64v(GL_TIMESTAMP, NotNull())).Times(Exactly(0)); in ExpectNoOffsetCalculationQuery()
239 case GL_TIMESTAMP: { in FakeGLQueryCounter()
253 case GL_TIMESTAMP: in FakeGLGetInteger64v()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLRenderTimer.cxx110 glQueryCounter(static_cast<GLuint>(this->StartQuery), GL_TIMESTAMP); in Start()
138 glQueryCounter(static_cast<GLuint>(this->EndQuery), GL_TIMESTAMP); in Stop()
296 glQueryCounter(static_cast<GLuint>(this->StartQuery), GL_TIMESTAMP); in ReusableStart()
302 glQueryCounter(static_cast<GLuint>(this->StartQuery), GL_TIMESTAMP); in ReusableStart()
328 glQueryCounter(static_cast<GLuint>(this->EndQuery), GL_TIMESTAMP); in ReusableStop()
333 glQueryCounter(static_cast<GLuint>(this->EndQuery), GL_TIMESTAMP); in ReusableStop()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLRenderTimer.cxx101 glQueryCounter(static_cast<GLuint>(this->StartQuery), GL_TIMESTAMP); in Start()
129 glQueryCounter(static_cast<GLuint>(this->EndQuery), GL_TIMESTAMP); in Stop()
292 glQueryCounter(static_cast<GLuint>(this->StartQuery), GL_TIMESTAMP); in ReusableStart()
298 glQueryCounter(static_cast<GLuint>(this->StartQuery), GL_TIMESTAMP); in ReusableStart()
324 glQueryCounter(static_cast<GLuint>(this->EndQuery), GL_TIMESTAMP); in ReusableStop()
329 glQueryCounter(static_cast<GLuint>(this->EndQuery), GL_TIMESTAMP); in ReusableStop()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_query_buffer_object/
H A Dcommon.c53 { GL_TIMESTAMP, { "GL_ARB_timer_query", NULL } },
92 case GL_TIMESTAMP: in get_query_values()
142 if (query_type != GL_TIMESTAMP) in run_query()
145 if (query_type != GL_TIMESTAMP) in run_query()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c48 #ifndef GL_TIMESTAMP
49 #define GL_TIMESTAMP 0x8E28 macro
77 case GL_TIMESTAMP: in _query_type_to_string()
91 return GL_TIMESTAMP; in _gst_gl_query_type_to_gl()
99 return gl_query_type == GL_TIMESTAMP; in _query_type_supports_counter()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c48 #ifndef GL_TIMESTAMP
49 #define GL_TIMESTAMP 0x8E28 macro
77 case GL_TIMESTAMP: in _query_type_to_string()
91 return GL_TIMESTAMP; in _gst_gl_query_type_to_gl()
99 return gl_query_type == GL_TIMESTAMP; in _query_type_supports_counter()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c48 #ifndef GL_TIMESTAMP
49 #define GL_TIMESTAMP 0x8E28 macro
77 case GL_TIMESTAMP: in _query_type_to_string()
91 return GL_TIMESTAMP; in _gst_gl_query_type_to_gl()
99 return gl_query_type == GL_TIMESTAMP; in _query_type_supports_counter()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c48 #ifndef GL_TIMESTAMP
49 #define GL_TIMESTAMP 0x8E28 macro
77 case GL_TIMESTAMP: in _query_type_to_string()
91 return GL_TIMESTAMP; in _gst_gl_query_type_to_gl()
99 return gl_query_type == GL_TIMESTAMP; in _query_type_supports_counter()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c48 #ifndef GL_TIMESTAMP
49 #define GL_TIMESTAMP 0x8E28 macro
77 case GL_TIMESTAMP: in _query_type_to_string()
91 return GL_TIMESTAMP; in _gst_gl_query_type_to_gl()
99 return gl_query_type == GL_TIMESTAMP; in _query_type_supports_counter()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c48 #ifndef GL_TIMESTAMP
49 #define GL_TIMESTAMP 0x8E28 macro
77 case GL_TIMESTAMP: in _query_type_to_string()
91 return GL_TIMESTAMP; in _gst_gl_query_type_to_gl()
99 return gl_query_type == GL_TIMESTAMP; in _query_type_supports_counter()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c48 #ifndef GL_TIMESTAMP
49 #define GL_TIMESTAMP 0x8E28 macro
77 case GL_TIMESTAMP: in _query_type_to_string()
91 return GL_TIMESTAMP; in _gst_gl_query_type_to_gl()
99 return gl_query_type == GL_TIMESTAMP; in _query_type_supports_counter()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c48 #ifndef GL_TIMESTAMP
49 #define GL_TIMESTAMP 0x8E28 macro
77 case GL_TIMESTAMP: in _query_type_to_string()
91 return GL_TIMESTAMP; in _gst_gl_query_type_to_gl()
99 return gl_query_type == GL_TIMESTAMP; in _query_type_supports_counter()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c48 #ifndef GL_TIMESTAMP
49 #define GL_TIMESTAMP 0x8E28 macro
77 case GL_TIMESTAMP: in _query_type_to_string()
91 return GL_TIMESTAMP; in _gst_gl_query_type_to_gl()
99 return gl_query_type == GL_TIMESTAMP; in _query_type_supports_counter()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstglquery.c48 #ifndef GL_TIMESTAMP
49 #define GL_TIMESTAMP 0x8E28 macro
77 case GL_TIMESTAMP: in _query_type_to_string()
91 return GL_TIMESTAMP; in _gst_gl_query_type_to_gl()
99 return gl_query_type == GL_TIMESTAMP; in _query_type_supports_counter()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp197 #if defined(GL_TIMESTAMP) in recordTimestamp()
199 core->glQueryCounter(timer, GL_TIMESTAMP); in recordTimestamp()
210 #if defined(GL_TIMESTAMP) in waitForTimeStamp()
212 core->glGetInteger64v(GL_TIMESTAMP, &tmp); in waitForTimeStamp()
570 #if defined(GL_TIMESTAMP) in recordSample()
571 core->glQueryCounter(timers.at(++currentSample), GL_TIMESTAMP); in recordSample()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp197 #if defined(GL_TIMESTAMP) in recordTimestamp()
199 core->glQueryCounter(timer, GL_TIMESTAMP); in recordTimestamp()
210 #if defined(GL_TIMESTAMP) in waitForTimeStamp()
212 core->glGetInteger64v(GL_TIMESTAMP, &tmp); in waitForTimeStamp()
570 #if defined(GL_TIMESTAMP) in recordSample()
571 core->glQueryCounter(timers.at(++currentSample), GL_TIMESTAMP); in recordSample()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp197 #if defined(GL_TIMESTAMP) in recordTimestamp()
199 core->glQueryCounter(timer, GL_TIMESTAMP); in recordTimestamp()
210 #if defined(GL_TIMESTAMP) in waitForTimeStamp()
212 core->glGetInteger64v(GL_TIMESTAMP, &tmp); in waitForTimeStamp()
570 #if defined(GL_TIMESTAMP) in recordSample()
571 core->glQueryCounter(timers.at(++currentSample), GL_TIMESTAMP); in recordSample()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp197 #if defined(GL_TIMESTAMP) in recordTimestamp()
199 core->glQueryCounter(timer, GL_TIMESTAMP); in recordTimestamp()
210 #if defined(GL_TIMESTAMP) in waitForTimeStamp()
212 core->glGetInteger64v(GL_TIMESTAMP, &tmp); in waitForTimeStamp()
570 #if defined(GL_TIMESTAMP) in recordSample()
571 core->glQueryCounter(timers.at(++currentSample), GL_TIMESTAMP); in recordSample()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp197 #if defined(GL_TIMESTAMP) in recordTimestamp()
199 core->glQueryCounter(timer, GL_TIMESTAMP); in recordTimestamp()
210 #if defined(GL_TIMESTAMP) in waitForTimeStamp()
212 core->glGetInteger64v(GL_TIMESTAMP, &tmp); in waitForTimeStamp()
570 #if defined(GL_TIMESTAMP) in recordSample()
571 core->glQueryCounter(timers.at(++currentSample), GL_TIMESTAMP); in recordSample()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp197 #if defined(GL_TIMESTAMP) in recordTimestamp()
199 core->glQueryCounter(timer, GL_TIMESTAMP); in recordTimestamp()
210 #if defined(GL_TIMESTAMP) in waitForTimeStamp()
212 core->glGetInteger64v(GL_TIMESTAMP, &tmp); in waitForTimeStamp()
570 #if defined(GL_TIMESTAMP) in recordSample()
571 core->glQueryCounter(timers.at(++currentSample), GL_TIMESTAMP); in recordSample()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp197 #if defined(GL_TIMESTAMP) in recordTimestamp()
199 core->glQueryCounter(timer, GL_TIMESTAMP); in recordTimestamp()
210 #if defined(GL_TIMESTAMP) in waitForTimeStamp()
212 core->glGetInteger64v(GL_TIMESTAMP, &tmp); in waitForTimeStamp()
570 #if defined(GL_TIMESTAMP) in recordSample()
571 core->glQueryCounter(timers.at(++currentSample), GL_TIMESTAMP); in recordSample()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp197 #if defined(GL_TIMESTAMP) in recordTimestamp()
199 core->glQueryCounter(timer, GL_TIMESTAMP); in recordTimestamp()
210 #if defined(GL_TIMESTAMP) in waitForTimeStamp()
212 core->glGetInteger64v(GL_TIMESTAMP, &tmp); in waitForTimeStamp()
570 #if defined(GL_TIMESTAMP) in recordSample()
571 core->glQueryCounter(timers.at(++currentSample), GL_TIMESTAMP); in recordSample()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp197 #if defined(GL_TIMESTAMP) in recordTimestamp()
199 core->glQueryCounter(timer, GL_TIMESTAMP); in recordTimestamp()
210 #if defined(GL_TIMESTAMP) in waitForTimeStamp()
212 core->glGetInteger64v(GL_TIMESTAMP, &tmp); in waitForTimeStamp()
570 #if defined(GL_TIMESTAMP) in recordSample()
571 core->glQueryCounter(timers.at(++currentSample), GL_TIMESTAMP); in recordSample()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltimerquery.cpp197 #if defined(GL_TIMESTAMP) in recordTimestamp()
199 core->glQueryCounter(timer, GL_TIMESTAMP); in recordTimestamp()
210 #if defined(GL_TIMESTAMP) in waitForTimeStamp()
212 core->glGetInteger64v(GL_TIMESTAMP, &tmp); in waitForTimeStamp()
570 #if defined(GL_TIMESTAMP) in recordSample()
571 core->glQueryCounter(timers.at(++currentSample), GL_TIMESTAMP); in recordSample()

12345678910>>...22