Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h110 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLEnable(GrGLenum cap);
DGrGLNoOpInterface.cpp169 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLEnable(GrGLenum cap) { in noOpGLEnable() function
DGrGLCreateNullInterface.cpp390 functions->fEnable = noOpGLEnable; in GrGLCreateNullInterface()
DSkNullGLContext.cpp439 functions->fEnable = noOpGLEnable; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp884 functions->fEnable = noOpGLEnable; in GrGLCreateDebugInterface()