Home
last modified time | relevance | path

Searched defs:needsStencil (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrRenderTargetProxy.h67 int needsStencil() const { return fNeedsStencil; } in needsStencil() function
DGrProgramInfo.h56 int needsStencil() const { return fNeedsStencil; } in needsStencil() function
/third_party/flutter/skia/src/gpu/
DGrClipStackClip.cpp98 bool needsStencil) { in PathNeedsSWRenderer()
181 bool needsStencil = invert || in UseSWOnlyPath() local
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp1860 bool needsStencil = programInfo.needsStencil() || programInfo.isStencilEnabled(); in makeDesc() local