Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h120 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLFrontFace(GrGLenum mode);
DGrGLCreateNullInterface.cpp396 functions->fFrontFace = noOpGLFrontFace; in GrGLCreateNullInterface()
DGrGLNoOpInterface.cpp184 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLFrontFace(GrGLenum mode) { in noOpGLFrontFace() function
DSkNullGLContext.cpp445 functions->fFrontFace = noOpGLFrontFace; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp890 functions->fFrontFace = noOpGLFrontFace; in GrGLCreateDebugInterface()