Searched refs:glBeginQueryIndexed (Results 1 – 19 of 19) sorted by relevance
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL40.inl | 10 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL42.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL41.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL43.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL44.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL45.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitGL46.inl | 11 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwInitExtGL.inl | 889 gl->beginQueryIndexed = (glBeginQueryIndexedFunc) loader->get("glBeginQueryIndexed");
|
D | glwApi.inl | 11 #define glBeginQueryIndexed glwBeginQueryIndexed macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 11 gl->beginQueryIndexed = glBeginQueryIndexed;
|
D | tcuNullRenderContextFuncs.inl | 41 GLW_APICALL void GLW_APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id) function
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 64 #define glBeginQueryIndexed MANGLE(BeginQueryIndexed) macro
|
D | glcorearb.h | 1891 GLAPI void APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id);
|
D | glext.h | 1838 GLAPI void APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 11 void glBeginQueryIndexed (glw::GLenum target, glw::GLuint index, glw::GLuint id);
|
D | gluCallLogWrapper.inl | 42 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/ |
D | vrend_renderer.c | 7638 glBeginQueryIndexed(q->gltype, q->index, q->id); in vrend_begin_query()
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 1891 GLAPI void APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id);
|
D | glext.h | 1838 GLAPI void APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id);
|