Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h99 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLEnable(GrGLenum cap);
DGrGLNoOpInterface.cpp156 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLEnable(GrGLenum cap) { in noOpGLEnable() function
DSkNullGLContext.cpp391 functions->fEnable = noOpGLEnable; in create_null_interface()
DGrGLCreateNullInterface.cpp388 functions->fEnable = noOpGLEnable; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp881 functions->fEnable = noOpGLEnable; in GrGLCreateDebugInterface()