Searched refs:glBeginQueryIndexed (Results 1 – 22 of 22) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 759 glBeginQueryIndexed
|
D | libGL_autogen.cpp | 4049 void GL_APIENTRY glBeginQueryIndexed(GLenum target, GLuint index, GLuint id) in glBeginQueryIndexed() function
|
/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/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/mesa3d/include/GL/ |
D | glcorearb.h | 1854 GLAPI void APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id);
|
D | glext.h | 1802 GLAPI void APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id);
|
/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);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 11595 …r = ((glBeginQueryIndexed = (PFNGLBEGINQUERYINDEXEDPROC)glewGetProcAddress((const GLubyte*)"glBegi… in _glewInit_GL_ARB_transform_feedback3()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 7633 #define glBeginQueryIndexed GLEW_GET_FUN(__glewBeginQueryIndexed) macro
|