Home
last modified time | relevance | path

Searched refs:glGetQueryObjectuiv (Results 1 – 25 of 47) sorted by relevance

12

/external/deqp/modules/gles3/stress/
Des3sOcclusionQueryTests.cpp262 glGetQueryObjectuiv(queryIds[queryIter], GL_QUERY_RESULT_AVAILABLE, &queryResultReady[queryIter]); in iterate()
266 glGetQueryObjectuiv(queryIds[queryIter], GL_QUERY_RESULT, &queryResult[queryIter]); in iterate()
/external/deqp/framework/egl/
DegluStaticES30Library.inl118 { "glGetQueryObjectuiv", (deFunctionPtr)glGetQueryObjectuiv },
DegluStaticES31Library.inl140 { "glGetQueryObjectuiv", (deFunctionPtr)glGetQueryObjectuiv },
DegluStaticES32Library.inl161 { "glGetQueryObjectuiv", (deFunctionPtr)glGetQueryObjectuiv },
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def205 glGetQueryObjectuiv @224
DlibGLESv2.lds161 glGetQueryObjectuiv;
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp995 glGetQueryObjectuiv (-1, GL_QUERY_RESULT_AVAILABLE, &params); in init()
998 glGetQueryObjectuiv (id, GL_QUERY_RESULT_AVAILABLE, &params); in init()
1006 glGetQueryObjectuiv (id, -1, &params); in init()
1013 glGetQueryObjectuiv (id, GL_QUERY_RESULT_AVAILABLE, &params); in init()
Des3fOcclusionQueryTests.cpp369 glGetQueryObjectuiv(queryIds[0], GL_QUERY_RESULT_AVAILABLE, &resultAvailable); in iterate()
378 glGetQueryObjectuiv(queryIds[0], GL_QUERY_RESULT, &result); in iterate()
/external/mesa3d/src/mapi/es2api/
DABI-check186 glGetQueryObjectuiv
/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp1327 ctx.glGetQueryObjectuiv (-1, GL_QUERY_RESULT_AVAILABLE, &params); in get_query_objectuiv()
1330 ctx.glGetQueryObjectuiv (id, GL_QUERY_RESULT_AVAILABLE, &params); in get_query_objectuiv()
1338 ctx.glGetQueryObjectuiv (id, -1, &params); in get_query_objectuiv()
1345 ctx.glGetQueryObjectuiv (id, GL_QUERY_RESULT_AVAILABLE, &params); in get_query_objectuiv()
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl118 gl->getQueryObjectuiv = &glGetQueryObjectuiv;
DglwInitES31Direct.inl140 gl->getQueryObjectuiv = &glGetQueryObjectuiv;
DglwInitES32Direct.inl161 gl->getQueryObjectuiv = &glGetQueryObjectuiv;
DglwInitES30.inl118 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitGL31.inl124 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitGL30.inl117 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitGL32.inl135 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitES31.inl140 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitES32.inl161 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitGL33.inl142 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitGL40.inl160 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp207 void glGetQueryObjectuiv (deUint32 id, deUint32 pname, deUint32* params);
/external/deqp/doc/
DGLES3 Negative API Functions.txt110 o glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint* params);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl342 gl->getQueryObjectuiv = glGetQueryObjectuiv;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl401 "glGetQueryObjectuiv",

12