Home
last modified time | relevance | path

Searched refs:getQueryObjectuiv (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DQueryGL.cpp191 mFunctions->getQueryObjectuiv(id, GL_QUERY_RESULT_AVAILABLE, &resultAvailable); in flush()
210 mFunctions->getQueryObjectuiv(id, GL_QUERY_RESULT, &result); in flush()
H A DFunctionsGL.cpp195 getQueryObjectuiv(nullptr), in FunctionsGL()
996 …tensions, "GL_ARB_occlusion_query", loadProcAddress("glGetQueryObjectuivARB"), &getQueryObjectuiv); in initializeProcsDesktopGL()
1156 AssignGLEntryPoint(loadProcAddress("glGetQueryObjectuiv"), &getQueryObjectuiv); in initializeProcsDesktopGL()
1871 …, "GL_EXT_occlusion_query_boolean", loadProcAddress("glGetQueryObjectuivEXT"), &getQueryObjectuiv); in initializeProcsGLES()
1882 …ons, "GL_EXT_disjoint_timer_query", loadProcAddress("glGetQueryObjectuivEXT"), &getQueryObjectuiv); in initializeProcsGLES()
2063 AssignGLEntryPoint(loadProcAddress("glGetQueryObjectuiv"), &getQueryObjectuiv); in initializeProcsGLES()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderPrimitiveQueries.cpp514 gl.getQueryObjectuiv(m_qo_primitives_generated_id, GL_QUERY_RESULT, nPrimitivesGenerated); in readPrimitiveQueryValues()
515 gl.getQueryObjectuiv(m_qo_tf_primitives_written_id, GL_QUERY_RESULT, nPrimitivesWritten); in readPrimitiveQueryValues()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp140 gl.getQueryObjectuiv(query, GL_QUERY_RESULT, &insidePassed); in checkFramebufferSize()
148 gl.getQueryObjectuiv(query, GL_QUERY_RESULT, &outsideXPassed); in checkFramebufferSize()
156 gl.getQueryObjectuiv(query, GL_QUERY_RESULT, &outsideYPassed); in checkFramebufferSize()
251 gl.getQueryObjectuiv(query, GL_QUERY_RESULT, &passed); in checkFramebufferRenderable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A DQueryGL.cpp186 mFunctions->getQueryObjectuiv(id, GL_QUERY_RESULT_AVAILABLE, &resultAvailable); in flush()
205 mFunctions->getQueryObjectuiv(id, GL_QUERY_RESULT, &result); in flush()
H A DDispatchTableGL_autogen.cpp150 ASSIGN("glGetQueryObjectuiv", getQueryObjectuiv); in initProcsDesktopGL()
1126 ASSIGN("glGetQueryObjectuivARB", getQueryObjectuiv); in initProcsDesktopGL()
2116 ASSIGN("glGetQueryObjectuiv", getQueryObjectuiv); in initProcsGLES()
2348 ASSIGN("glGetQueryObjectuivEXT", getQueryObjectuiv); in initProcsGLES()
2423 ASSIGN("glGetQueryObjectuivEXT", getQueryObjectuiv); in initProcsGLES()
2918 getQueryObjectuiv = &glGetQueryObjectuivNULL; in initProcsDesktopGLNULL()
3892 getQueryObjectuiv = &glGetQueryObjectuivNULL; in initProcsDesktopGLNULL()
4881 getQueryObjectuiv = &glGetQueryObjectuivNULL; in initProcsGLESNULL()
5113 getQueryObjectuiv = &glGetQueryObjectuivNULL; in initProcsGLESNULL()
5188 getQueryObjectuiv = &glGetQueryObjectuivNULL; in initProcsGLESNULL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A DQueryGL.cpp198 mFunctions->getQueryObjectuiv(id, GL_QUERY_RESULT_AVAILABLE, &resultAvailable); in flush()
217 mFunctions->getQueryObjectuiv(id, GL_QUERY_RESULT, &result); in flush()
H A DDispatchTableGL_autogen.cpp150 ASSIGN("glGetQueryObjectuiv", getQueryObjectuiv); in initProcsDesktopGL()
1126 ASSIGN("glGetQueryObjectuivARB", getQueryObjectuiv); in initProcsDesktopGL()
2117 ASSIGN("glGetQueryObjectuiv", getQueryObjectuiv); in initProcsGLES()
2349 ASSIGN("glGetQueryObjectuivEXT", getQueryObjectuiv); in initProcsGLES()
2424 ASSIGN("glGetQueryObjectuivEXT", getQueryObjectuiv); in initProcsGLES()
2923 getQueryObjectuiv = &glGetQueryObjectuivNULL; in initProcsDesktopGLNULL()
3897 getQueryObjectuiv = &glGetQueryObjectuivNULL; in initProcsDesktopGLNULL()
4887 getQueryObjectuiv = &glGetQueryObjectuivNULL; in initProcsGLESNULL()
5119 getQueryObjectuiv = &glGetQueryObjectuivNULL; in initProcsGLESNULL()
5194 getQueryObjectuiv = &glGetQueryObjectuivNULL; in initProcsGLESNULL()
/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.cpp1116 gl.getQueryObjectuiv(checker_query, GL_QUERY_RESULT, &check_result); in verifyQueryResult()
1131 gl.getQueryObjectuiv(checker_query, GL_QUERY_RESULT, &check_result); in verifyQueryResult()
1141 gl.getQueryObjectuiv(query, GL_QUERY_RESULT, &actual); in verifyQueryResult()
1156 gl.getQueryObjectuiv(query, GL_QUERY_RESULT, NULL); in verifyQueryResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcSeparableProgramsTransformFeedbackTests.cpp286 gl.getQueryObjectuiv(queryId, GL_QUERY_RESULT, &writtenPrimitives); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl140 dst->getQueryObjectuiv = src.getQueryObjectuiv;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/wrapper/
H A DglwInitES30Direct.inl118 gl->getQueryObjectuiv = &glGetQueryObjectuiv;
H A DglwInitES31Direct.inl140 gl->getQueryObjectuiv = &glGetQueryObjectuiv;
H A DglwInitES32Direct.inl161 gl->getQueryObjectuiv = &glGetQueryObjectuiv;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DContext_gles_3_0_autogen.h79 void getQueryObjectuiv(QueryID idPacked, GLenum pname, GLuint *params); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DContext_gles_3_0_autogen.h79 void getQueryObjectuiv(QueryID idPacked, GLenum pname, GLuint *params); \
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DContext_gles_3_0_autogen.h81 void getQueryObjectuiv(QueryID idPacked, GLenum pname, GLuint *params); \
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DContext_gles_3_0_autogen.h79 void getQueryObjectuiv(QueryID idPacked, GLenum pname, GLuint *params); \
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DContext_gles_3_0_autogen.h81 void getQueryObjectuiv(QueryID idPacked, GLenum pname, GLuint *params); \
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DContext_gles_3_0_autogen.h81 void getQueryObjectuiv(QueryID idPacked, GLenum pname, GLuint *params); \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libGL/
H A Dentry_points_gl_1_5_autogen.cpp325 context->getQueryObjectuiv(idPacked, pname, params); in GetQueryObjectuiv()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp97 fFunctions.fGetQueryObjectuiv = bind_to_member(this, &GrGLTestInterface::getQueryObjectuiv); in GrGLTestInterface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libGL/
H A Dentry_points_gl_1_5_autogen.cpp370 context->getQueryObjectuiv(idPacked, pname, params); in GetQueryObjectuiv()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp1189 gl.getQueryObjectuiv(*primitiveQuery, GL_QUERY_RESULT_AVAILABLE, &available); in runTest()
1255 gl.getQueryObjectuiv(*primitiveQuery, GL_QUERY_RESULT_AVAILABLE, &available); in runTest()
1256 gl.getQueryObjectuiv(*primitiveQuery, GL_QUERY_RESULT, &numPrimitives); in runTest()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp572 GrGLvoid getQueryObjectuiv(GrGLuint id, GrGLenum pname, GrGLuint *params) override { in getQueryObjectuiv() function in __anon1db27a790111::NullInterface

1234567