Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrSurfaceProxy.cpp114 GrSurface* surface, bool needsStencil) { in AttachStencilIfNeeded()
131 int sampleCnt, bool needsStencil, in createSurfaceImpl()
228 bool needsStencil, GrSurfaceDescFlags descFlags, in instantiateImpl()
459 bool needsStencil = fProxy->asRenderTargetProxy() in doLazyInstantiation() local
DGrResourceAllocator.cpp242 bool needsStencil) { in findSurfaceFor()
341 bool needsStencil = cur->proxy()->asRenderTargetProxy() in assign() local
DGrOpList.cpp180 bool needsStencil = proxy->asRenderTargetProxy() in isFullyInstantiated() local
DGrClipStackClip.cpp97 bool needsStencil) { in PathNeedsSWRenderer()
178 bool needsStencil = invert || in UseSWOnlyPath() local
/external/skqp/include/private/
DGrRenderTargetProxy.h41 bool needsStencil() const { return fNeedsStencil; } in needsStencil() function
/external/skia/src/gpu/
DGrRenderTargetProxy.h67 int needsStencil() const { return fNeedsStencil; } in needsStencil() function
DGrProgramInfo.h57 int needsStencil() const { return fNeedsStencil; } in needsStencil() function
DGrClipStackClip.cpp96 bool needsStencil) { in PathNeedsSWRenderer()
171 bool needsStencil = invert || in UseSWOnlyPath() local
/external/skia/src/gpu/vk/
DGrVkCaps.cpp1831 bool needsStencil = programInfo.needsStencil() || programInfo.isStencilEnabled(); in makeDesc() local