Home
last modified time | relevance | path

Searched refs:glGetQueryObjectuiv (Results 1 – 25 of 31) 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 },
/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp1023 ctx.glGetQueryObjectuiv (-1, GL_QUERY_RESULT_AVAILABLE, &params); in get_query_objectuiv()
1026 ctx.glGetQueryObjectuiv (id, GL_QUERY_RESULT_AVAILABLE, &params); in get_query_objectuiv()
1034 ctx.glGetQueryObjectuiv (id, -1, &params); in get_query_objectuiv()
1041 ctx.glGetQueryObjectuiv (id, GL_QUERY_RESULT_AVAILABLE, &params); in get_query_objectuiv()
/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/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl118 gl->getQueryObjectuiv = &glGetQueryObjectuiv;
DglwInitES31Direct.inl140 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");
DglwInitGL33.inl142 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitGL40.inl160 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitGL42.inl182 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitGL41.inl174 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitGL43.inl204 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitGL44.inl213 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
DglwInitGL45.inl257 gl->getQueryObjectuiv = (glGetQueryObjectuivFunc) loader->get("glGetQueryObjectuiv");
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def815 glGetQueryObjectuiv
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp207 void glGetQueryObjectuiv (deUint32 id, deUint32 pname, deUint32* params);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl260 gl->getQueryObjectuiv = glGetQueryObjectuiv;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl387 "glGetQueryObjectuiv",
/external/deqp/doc/
DGLES3 Negative API Functions.txt110 o glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint* params);
/external/mesa3d/include/GL/
Dgl_mangle.h808 #define glGetQueryObjectuiv MANGLE(GetQueryObjectuiv) macro

12