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
DSkNullGLContext.cpp377 functions->fCullFace = noOpGLCullFace; in create_null_interface()
DGrGLCreateNullInterface.cpp374 functions->fCullFace = noOpGLCullFace; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp867 functions->fCullFace = noOpGLCullFace; in GrGLCreateDebugInterface()