Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h79 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLCullFace(GrGLenum mode);
DGrGLNoOpInterface.cpp126 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLCullFace(GrGLenum mode) { in noOpGLCullFace() function
DGrGLCreateNullInterface.cpp374 functions->fCullFace = noOpGLCullFace; in GrGLCreateNullInterface()
DSkNullGLContext.cpp423 functions->fCullFace = noOpGLCullFace; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp868 functions->fCullFace = noOpGLCullFace; in GrGLCreateDebugInterface()