Searched refs:getQueryObjectiv (Results 1 - 25 of 27) sorted by relevance

12

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cConditionalRenderInvertedTests.cpp598 gl.getQueryObjectiv(m_qo_id, GL_QUERY_RESULT, &result);
H A Dgl3cTransformFeedbackTests.cpp5642 gl.getQueryObjectiv(m_qo_id[0], GL_QUERY_RESULT, &generated_primitives_to_stream_0);
5645 gl.getQueryObjectiv(m_qo_id[1], GL_QUERY_RESULT, &generated_primitives_to_stream_1);
5651 gl.getQueryObjectiv(m_qo_id[2], GL_QUERY_RESULT, &primitives_written_to_xfb_to_stream_0);
5654 gl.getQueryObjectiv(m_qo_id[3], GL_QUERY_RESULT, &primitives_written_to_xfb_to_stream_1);
H A Dgl4cPipelineStatisticsQueryTests.cpp487 gl.getQueryObjectiv(qo_id, GL_QUERY_RESULT, offset_int);
H A Dgl4cSparseBufferTests.cpp4490 m_gl.getQueryObjectiv(m_qo, GL_QUERY_RESULT, (glw::GLint*)0); /* params */
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp95 fFunctions.fGetQueryObjectiv = bind_to_member(this, &GrGLTestInterface::getQueryObjectiv);
H A DGrGLCreateNullInterface.cpp564 GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) override {
H A DGrGLTestInterface.h96 virtual GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) {} function in class:GrGLTestInterface
/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl339 glGetQueryObjectivFunc getQueryObjectiv;
H A DglwInitGL30.inl116 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
H A DglwInitGL31.inl123 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
H A DglwInitGL32.inl134 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
H A DglwInitGL33.inl140 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
H A DglwInitGL40.inl158 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
H A DglwInitGL41.inl172 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
H A DglwInitGL42.inl180 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
H A DglwInitGL43.inl202 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
H A DglwInitGL44.inl211 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
H A DglwInitGL45.inl255 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
H A DglwInitGL46.inl255 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
/external/skia/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp705 GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) override {
/external/skqp/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp564 GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) override {
H A DGrGLTestInterface.cpp95 fFunctions.fGetQueryObjectiv = bind_to_member(this, &GrGLTestInterface::getQueryObjectiv);
H A DGrGLTestInterface.h96 virtual GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) {} function in class:GrGLTestInterface
/external/skqp/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp699 GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) override {
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl339 gl->getQueryObjectiv = glGetQueryObjectiv;

Completed in 1748 milliseconds

12