Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h130 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLQueryCounter(GrGLuint id,
DGrGLNoOpInterface.cpp199 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLQueryCounter(GrGLuint id, GrGLenum target) { in noOpGLQueryCounter() function
DGrGLCreateNullInterface.cpp426 functions->fQueryCounter = noOpGLQueryCounter; in GrGLCreateNullInterface()
DSkNullGLContext.cpp475 functions->fQueryCounter = noOpGLQueryCounter; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp917 functions->fQueryCounter = noOpGLQueryCounter; in GrGLCreateDebugInterface()