/external/angle/src/libANGLE/renderer/gl/ |
D | QueryGL.cpp | 304 mFunctions->getQueryObjectiv(mQuery, GL_QUERY_RESULT, &result); in flush() 310 mFunctions->getQueryObjectiv(mQuery, GL_QUERY_RESULT_AVAILABLE, &available); in flush()
|
D | DispatchTableGL_autogen.cpp | 400 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()
|
D | DispatchTableGL_autogen.h | 145 PFNGLGETQUERYOBJECTIVPROC getQueryObjectiv = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cConditionalRenderInvertedTests.cpp | 598 gl.getQueryObjectiv(m_qo_id, GL_QUERY_RESULT, &result); in fragmentsPassed()
|
D | gl3cTransformFeedbackTests.cpp | 5560 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()
|
D | gl4cPipelineStatisticsQueryTests.cpp | 500 gl.getQueryObjectiv(qo_id, GL_QUERY_RESULT, offset_int); in executeQuery()
|
D | gl4cSparseBufferTests.cpp | 4486 m_gl.getQueryObjectiv(m_qo, GL_QUERY_RESULT, (glw::GLint*)0); /* params */ in execute()
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 98 fFunctions.fGetQueryObjectiv = bind_to_member(this, &GrGLTestInterface::getQueryObjectiv); in GrGLTestInterface()
|
D | GrGLCreateNullInterface.cpp | 572 GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) override { in getQueryObjectiv() function in __anon8285b3770111::NullInterface
|
D | GrGLTestInterface.h | 99 virtual GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) {} in getQueryObjectiv() function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL31.inl | 123 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL30.inl | 116 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwFunctions.inl | 340 glGetQueryObjectivFunc getQueryObjectiv; variable
|
D | glwInitGL32.inl | 134 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL33.inl | 140 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL40.inl | 158 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL41.inl | 172 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL42.inl | 180 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL44.inl | 211 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL43.inl | 202 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL45.inl | 255 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL46.inl | 255 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
/external/angle/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 132 void getQueryObjectiv(QueryID idPacked, GLenum pname, GLint *params); \
|
D | Context.cpp | 1365 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/ |
D | tcuNullRenderContextInitFuncs.inl | 340 gl->getQueryObjectiv = glGetQueryObjectiv;
|