Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h42 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLClearStencil(GrGLint s);
DGrGLNoOpInterface.cpp83 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLClearStencil(GrGLint s) { in noOpGLClearStencil() function
DGrGLCreateNullInterface.cpp366 functions->fClearStencil = noOpGLClearStencil; in GrGLCreateNullInterface()
DSkNullGLContext.cpp415 functions->fClearStencil = noOpGLClearStencil; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp860 functions->fClearStencil = noOpGLClearStencil; in GrGLCreateDebugInterface()