Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp564 GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) override { in getQueryObjectiv() function in __anond30cbfd80111::NullInterface
DGrGLTestInterface.h96 virtual GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) {} in getQueryObjectiv() function
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp699 GrGLvoid getQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params) override { in getQueryObjectiv() function in __anond7a7974a0111::DebugInterface
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl258 glGetQueryObjectivFunc getQueryObjectiv; variable