Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h162 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLStencilOpSeparate(GrGLenum face,
DGrGLNoOpInterface.cpp239 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLStencilOpSeparate(GrGLenum face, in noOpGLStencilOpSeparate() function
DGrGLCreateNullInterface.cpp436 functions->fStencilOpSeparate = noOpGLStencilOpSeparate; in GrGLCreateNullInterface()
DSkNullGLContext.cpp485 functions->fStencilOpSeparate = noOpGLStencilOpSeparate; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp927 functions->fStencilOpSeparate = noOpGLStencilOpSeparate; in GrGLCreateDebugInterface()