Searched refs:glGetQueryObjecti64v (Results 1 – 21 of 21) sorted by relevance
/external/angle/src/libGL/ |
D | libGL_autogen.def | 708 glGetQueryObjecti64v
|
D | libGL_autogen.cpp | 3791 void GL_APIENTRY glGetQueryObjecti64v(GLuint id, GLenum pname, GLint64 *params) in glGetQueryObjecti64v() function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL33.inl | 139 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
D | glwInitGL40.inl | 157 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
D | glwInitGL42.inl | 179 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
D | glwInitGL41.inl | 171 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
D | glwInitGL43.inl | 201 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
D | glwInitGL44.inl | 210 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
D | glwInitGL45.inl | 254 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
D | glwInitGL46.inl | 254 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
D | glwApi.inl | 339 #define glGetQueryObjecti64v glwGetQueryObjecti64v macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 339 gl->getQueryObjecti64v = glGetQueryObjecti64v;
|
D | tcuNullRenderContextFuncs.inl | 2863 GLW_APICALL void GLW_APIENTRY glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64 *params) function
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 339 void glGetQueryObjecti64v (glw::GLuint id, glw::GLenum pname, glw::GLint64 *params);
|
D | gluCallLogWrapper.inl | 2451 void CallLogWrapper::glGetQueryObjecti64v (glw::GLuint id, glw::GLenum pname, glw::GLint64 *params) function in CallLogWrapper 2454 …m_log << TestLog::Message << "glGetQueryObjecti64v(" << id << ", " << getQueryObjectParamStr(pname…
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 1671 GLAPI void APIENTRY glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64 *params);
|
D | glext.h | 1589 GLAPI void APIENTRY glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64 *params);
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 1708 GLAPI void APIENTRY glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64 *params);
|
D | glext.h | 1625 GLAPI void APIENTRY glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64 *params);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 11561 …r = ((glGetQueryObjecti64v = (PFNGLGETQUERYOBJECTI64VPROC)glewGetProcAddress((const GLubyte*)"glGe… in _glewInit_GL_ARB_timer_query()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 7582 #define glGetQueryObjecti64v GLEW_GET_FUN(__glewGetQueryObjecti64v) macro
|