Home
last modified time | relevance | path

Searched refs:glBeginQueryIndexed (Results 1 – 19 of 19) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwInitGL40.inl10 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
DglwInitGL42.inl11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
DglwInitGL41.inl11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
DglwInitGL43.inl11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
DglwInitGL44.inl11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
DglwInitGL45.inl11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
DglwInitGL46.inl11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
DglwInitExtGL.inl889 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
DglwApi.inl11 #define glBeginQueryIndexed glwBeginQueryIndexed macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl11 gl->beginQueryIndexed = glBeginQueryIndexed;
DtcuNullRenderContextFuncs.inl41 GLW_APICALL void GLW_APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id) function
/external/mesa3d/include/GL/
Dgl_mangle.h64 #define glBeginQueryIndexed MANGLE(BeginQueryIndexed) macro
Dglcorearb.h1891 GLAPI void APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id);
Dglext.h1838 GLAPI void APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id);
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl11 void glBeginQueryIndexed (glw::GLenum target, glw::GLuint index, glw::GLuint id);
DgluCallLogWrapper.inl42 void CallLogWrapper::glBeginQueryIndexed (glw::GLenum target, glw::GLuint index, glw::GLuint id) function in CallLogWrapper
45 …m_log << TestLog::Message << "glBeginQueryIndexed(" << toHex(target) << ", " << index << ", " << i…
/external/virglrenderer/src/
Dvrend_renderer.c7638 glBeginQueryIndexed(q->gltype, q->index, q->id); in vrend_begin_query()
/external/swiftshader/include/GL/
Dglcorearb.h1891 GLAPI void APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id);
Dglext.h1838 GLAPI void APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id);