Home
last modified time | relevance | path

Searched defs:getQueryObjecti64v (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp560 GrGLvoid getQueryObjecti64v(GrGLuint id, GrGLenum pname, GrGLint64 *params) override { in getQueryObjecti64v() function in __anon0b8a6d580111::NullInterface
DGrGLTestInterface.h95 virtual GrGLvoid getQueryObjecti64v(GrGLuint id, GrGLenum pname, GrGLint64 *params) {} in getQueryObjecti64v() function
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp695 GrGLvoid getQueryObjecti64v(GrGLuint id, GrGLenum pname, GrGLint64 *params) override { in getQueryObjecti64v() function in __anonfa2854ca0111::DebugInterface
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl257 glGetQueryObjecti64vFunc getQueryObjecti64v; variable