Home
last modified time | relevance | path

Searched refs:getQueryObjectiv (Results 1 – 25 of 30) sorted by relevance

12

/external/angle/src/libANGLE/renderer/gl/
DQueryGL.cpp304 mFunctions->getQueryObjectiv(mQuery, GL_QUERY_RESULT, &result); in flush()
310 mFunctions->getQueryObjectiv(mQuery, GL_QUERY_RESULT_AVAILABLE, &available); in flush()
DDispatchTableGL_autogen.cpp400 ASSIGN("glGetQueryObjectivARB", getQueryObjectiv); in initProcsDesktopGL()
1313 ASSIGN("glGetQueryObjectiv", getQueryObjectiv); in initProcsDesktopGL()
1978 ASSIGN("glGetQueryObjectivEXT", getQueryObjectiv); in initProcsGLES()
3188 getQueryObjectiv = &glGetQueryObjectivNULL; in initProcsDesktopGLNULL()
4100 getQueryObjectiv = &glGetQueryObjectivNULL; in initProcsDesktopGLNULL()
4764 getQueryObjectiv = &glGetQueryObjectivNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h145 PFNGLGETQUERYOBJECTIVPROC getQueryObjectiv = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cConditionalRenderInvertedTests.cpp598 gl.getQueryObjectiv(m_qo_id, GL_QUERY_RESULT, &result); in fragmentsPassed()
Dgl3cTransformFeedbackTests.cpp5560 gl.getQueryObjectiv(m_qo_id[0], GL_QUERY_RESULT, &generated_primitives_to_stream_0); in inspectQueries()
5563 gl.getQueryObjectiv(m_qo_id[1], GL_QUERY_RESULT, &generated_primitives_to_stream_1); in inspectQueries()
5569 gl.getQueryObjectiv(m_qo_id[2], GL_QUERY_RESULT, &primitives_written_to_xfb_to_stream_0); in inspectQueries()
5572 gl.getQueryObjectiv(m_qo_id[3], GL_QUERY_RESULT, &primitives_written_to_xfb_to_stream_1); in inspectQueries()
Dgl4cPipelineStatisticsQueryTests.cpp500 gl.getQueryObjectiv(qo_id, GL_QUERY_RESULT, offset_int); in executeQuery()
Dgl4cSparseBufferTests.cpp4486 m_gl.getQueryObjectiv(m_qo, GL_QUERY_RESULT, (glw::GLint*)0); /* params */ in execute()
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp98 fFunctions.fGetQueryObjectiv = bind_to_member(this, &GrGLTestInterface::getQueryObjectiv); in GrGLTestInterface()
DGrGLCreateNullInterface.cpp572 GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) override { in getQueryObjectiv() function in __anon8285b3770111::NullInterface
DGrGLTestInterface.h99 virtual GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) {} in getQueryObjectiv() function
/external/deqp/framework/opengl/wrapper/
DglwInitGL31.inl123 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
DglwInitGL30.inl116 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
DglwFunctions.inl340 glGetQueryObjectivFunc getQueryObjectiv; variable
DglwInitGL32.inl134 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
DglwInitGL33.inl140 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
DglwInitGL40.inl158 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
DglwInitGL41.inl172 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
DglwInitGL42.inl180 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
DglwInitGL44.inl211 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
DglwInitGL43.inl202 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
DglwInitGL45.inl255 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
DglwInitGL46.inl255 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
/external/angle/src/libANGLE/
DContext_gles_ext_autogen.h132 void getQueryObjectiv(QueryID idPacked, GLenum pname, GLint *params); \
DContext.cpp1365 void Context::getQueryObjectiv(QueryID id, GLenum pname, GLint *params) in getQueryObjectiv() function in gl::Context
1376 getQueryObjectiv(id, pname, params); in getQueryObjectivRobust()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl340 gl->getQueryObjectiv = glGetQueryObjectiv;

12