Searched refs:needsStencil (Results 1 – 6 of 6) sorted by relevance
29 : fNeedsStencil(targetView.asRenderTargetProxy()->needsStencil()) in GrProgramInfo()56 int needsStencil() const { return fNeedsStencil; } in needsStencil() function
67 int needsStencil() const { return fNeedsStencil; } in needsStencil() function
428 SkASSERT(!programInfo.isStencilEnabled() || programInfo.needsStencil()); in ReconstructAttachmentsDescriptor()429 if (programInfo.needsStencil()) { in ReconstructAttachmentsDescriptor()
1918 bool needsStencil = programInfo.needsStencil() || programInfo.isStencilEnabled(); in makeDesc() local1920 auto rp = vkRT->getSimpleRenderPass(needsResolve, needsStencil, selfDepFlags, in makeDesc()
575 if (proxy->needsStencil()) { in onExecute()
1158 b.add32(programInfo.needsStencil() ? this->preferredStencilFormat() : MTLPixelFormatInvalid);