Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h149 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLStencilOp(GrGLenum fail, GrGLenum zfail, GrGLenum zpass);
DGrGLNoOpInterface.cpp223 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLStencilOp(GrGLenum fail, GrGLenum zfail, GrGLenum zpass) { in noOpGLStencilOp() function
DSkNullGLContext.cpp436 functions->fStencilOp = noOpGLStencilOp; in create_null_interface()
DGrGLCreateNullInterface.cpp433 functions->fStencilOp = noOpGLStencilOp; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp923 functions->fStencilOp = noOpGLStencilOp; in GrGLCreateDebugInterface()