Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h361 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetQueryObjectiv(GrGLuint id, GrGLenum pname, GrGLint *params);
DGrGLNoOpInterface.cpp597 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetQueryObjectiv(GrGLuint id, in noOpGLGetQueryObjectiv() function
DSkNullGLContext.cpp407 functions->fGetQueryObjectiv = noOpGLGetQueryObjectiv; in create_null_interface()
DGrGLCreateNullInterface.cpp404 functions->fGetQueryObjectiv = noOpGLGetQueryObjectiv; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp896 functions->fGetQueryObjectiv = noOpGLGetQueryObjectiv; in GrGLCreateDebugInterface()