Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h109 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLFrontFace(GrGLenum mode);
DGrGLNoOpInterface.cpp171 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLFrontFace(GrGLenum mode) { in noOpGLFrontFace() function
DSkNullGLContext.cpp397 functions->fFrontFace = noOpGLFrontFace; in create_null_interface()
DGrGLCreateNullInterface.cpp394 functions->fFrontFace = noOpGLFrontFace; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp887 functions->fFrontFace = noOpGLFrontFace; in GrGLCreateDebugInterface()