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
DSkNullGLContext.cpp369 functions->fClearStencil = noOpGLClearStencil; in create_null_interface()
DGrGLCreateNullInterface.cpp366 functions->fClearStencil = noOpGLClearStencil; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp859 functions->fClearStencil = noOpGLClearStencil; in GrGLCreateDebugInterface()