Searched refs:glBeginQueryIndexed (Results 1 – 13 of 13) sorted by relevance
/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/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 | glwApi.inl | 11 #define glBeginQueryIndexed glwBeginQueryIndexed macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 60 #define glBeginQueryIndexed MANGLE(BeginQueryIndexed) macro
|
D | glext.h | 8185 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…
|