Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h276 GrGLFunction<GrGLStencilOpProc> fStencilOp; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp435 functions->fStencilOp = noOpGLStencilOp; in GrGLCreateNullInterface()
DSkNullGLContext.cpp484 functions->fStencilOp = noOpGLStencilOp; in create_null_interface()
DGrGLInterface.cpp167 nullptr == fFunctions.fStencilOp || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp926 functions->fStencilOp = noOpGLStencilOp; in GrGLCreateDebugInterface()