Home
last modified time | relevance | path

Searched refs:noOpGLGetQueryObjectiv (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h380 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params);
DGrGLNoOpInterface.cpp620 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetQueryObjectiv(GrGLuint id, in noOpGLGetQueryObjectiv() function
DGrGLCreateNullInterface.cpp406 functions->fGetQueryObjectiv = noOpGLGetQueryObjectiv; in GrGLCreateNullInterface()
DSkNullGLContext.cpp455 functions->fGetQueryObjectiv = noOpGLGetQueryObjectiv; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp899 functions->fGetQueryObjectiv = noOpGLGetQueryObjectiv; in GrGLCreateDebugInterface()