Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h83 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLDisable(GrGLenum cap);
DGrGLNoOpInterface.cpp132 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLDisable(GrGLenum cap) { in noOpGLDisable() function
DGrGLCreateNullInterface.cpp382 functions->fDisable = noOpGLDisable; in GrGLCreateNullInterface()
DSkNullGLContext.cpp431 functions->fDisable = noOpGLDisable; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp876 functions->fDisable = noOpGLDisable; in GrGLCreateDebugInterface()