Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h160 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLStencilOp(GrGLenum fail, GrGLenum zfail, GrGLenum zpass);
DGrGLNoOpInterface.cpp236 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLStencilOp(GrGLenum fail, GrGLenum zfail, GrGLenum zpass) { in noOpGLStencilOp() function
DGrGLCreateNullInterface.cpp435 functions->fStencilOp = noOpGLStencilOp; in GrGLCreateNullInterface()
DSkNullGLContext.cpp484 functions->fStencilOp = noOpGLStencilOp; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp926 functions->fStencilOp = noOpGLStencilOp; in GrGLCreateDebugInterface()