Searched refs:glGetQueryObjectiv (Results 1 – 24 of 24) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 466 glGetQueryObjectiv
|
D | libGL_autogen.cpp | 2455 void GL_APIENTRY glGetQueryObjectiv(GLuint id, GLenum pname, GLint *params) in glGetQueryObjectiv() function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL30.inl | 116 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL31.inl | 123 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL32.inl | 134 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL33.inl | 140 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL40.inl | 158 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL42.inl | 180 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL41.inl | 172 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL43.inl | 202 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL44.inl | 211 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL45.inl | 255 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwInitGL46.inl | 255 gl->getQueryObjectiv = (glGetQueryObjectivFunc) loader->get("glGetQueryObjectiv");
|
D | glwApi.inl | 340 #define glGetQueryObjectiv glwGetQueryObjectiv macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 340 gl->getQueryObjectiv = glGetQueryObjectiv;
|
D | tcuNullRenderContextFuncs.inl | 2871 GLW_APICALL void GLW_APIENTRY glGetQueryObjectiv (GLuint id, GLenum pname, GLint *params) function
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 340 void glGetQueryObjectiv (glw::GLuint id, glw::GLenum pname, glw::GLint *params);
|
D | gluCallLogWrapper.inl | 2460 void CallLogWrapper::glGetQueryObjectiv (glw::GLuint id, glw::GLenum pname, glw::GLint *params) function in CallLogWrapper 2463 …m_log << TestLog::Message << "glGetQueryObjectiv(" << id << ", " << getQueryObjectParamStr(pname) …
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 673 GLAPI void APIENTRY glGetQueryObjectiv (GLuint id, GLenum pname, GLint *params);
|
D | glext.h | 547 GLAPI void APIENTRY glGetQueryObjectiv (GLuint id, GLenum pname, GLint *params);
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 673 GLAPI void APIENTRY glGetQueryObjectiv (GLuint id, GLenum pname, GLint *params);
|
D | glext.h | 546 GLAPI void APIENTRY glGetQueryObjectiv (GLuint id, GLenum pname, GLint *params);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 9404 …r = ((glGetQueryObjectiv = (PFNGLGETQUERYOBJECTIVPROC)glewGetProcAddress((const GLubyte*)"glGetQue… in _glewInit_GL_VERSION_1_5()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 1710 #define glGetQueryObjectiv GLEW_GET_FUN(__glewGetQueryObjectiv) macro
|