Home
last modified time | relevance | path

Searched refs:fStencilWrapOpsSupport (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrDrawTargetCaps.h132 bool stencilWrapOpsSupport() const { return fStencilWrapOpsSupport; } in stencilWrapOpsSupport()
210 bool fStencilWrapOpsSupport : 1; variable
DGrDrawTarget.cpp620 fStencilWrapOpsSupport = false; in reset()
645 fStencilWrapOpsSupport = other.fStencilWrapOpsSupport; in operator =()
694 r.appendf("Stencil Wrap Ops Support : %s\n", gNY[fStencilWrapOpsSupport]); in dump()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp264 fStencilWrapOpsSupport = (ctxInfo.version() >= GR_GL_VER(1,4)) || in init()
269 fStencilWrapOpsSupport = true; in init()