Searched refs:getQueryObjecti64v (Results 1 – 15 of 15) sorted by relevance
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 257 glGetQueryObjecti64vFunc getQueryObjecti64v; variable
|
D | glwInitGL33.inl | 139 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
D | glwInitGL40.inl | 157 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
D | glwInitGL41.inl | 171 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
D | glwInitGL42.inl | 179 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 | glwImpl.inl | 2020 gl->getQueryObjecti64v(id, pname, params);
|
/external/skia/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 560 GrGLvoid getQueryObjecti64v(GrGLuint id, GrGLenum pname, GrGLint64 *params) override { in getQueryObjecti64v() function in __anon0b8a6d580111::NullInterface
|
D | GrGLTestInterface.cpp | 94 fFunctions.fGetQueryObjecti64v = bind_to_member(this, &GrGLTestInterface::getQueryObjecti64v); in GrGLTestInterface()
|
D | GrGLTestInterface.h | 95 virtual GrGLvoid getQueryObjecti64v(GrGLuint id, GrGLenum pname, GrGLint64 *params) {} in getQueryObjecti64v() function
|
/external/skia/tools/gpu/gl/debug/ |
D | DebugGLTestContext.cpp | 695 GrGLvoid getQueryObjecti64v(GrGLuint id, GrGLenum pname, GrGLint64 *params) override { in getQueryObjecti64v() function in __anonfa2854ca0111::DebugInterface
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 257 gl->getQueryObjecti64v = glGetQueryObjecti64v;
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 1878 m_gl.getQueryObjecti64v(id, pname, params);
|