Searched refs:attachStencilAttachment (Results 1 – 14 of 14) sorted by relevance
33 void attachStencilAttachment(sk_sp<GrStencilAttachment> stencil);
75 void GrRenderTargetPriv::attachStencilAttachment(sk_sp<GrStencilAttachment> stencil) { in attachStencilAttachment() function in GrRenderTargetPriv
215 bool attachStencilAttachment(GrRenderTarget* rt);
406 bool GrResourceProvider::attachStencilAttachment(GrRenderTarget* rt) { in attachStencilAttachment() function in GrResourceProvider434 rt->renderTargetPriv().attachStencilAttachment(std::move(stencil)); in attachStencilAttachment()
122 if (!resourceProvider->attachStencilAttachment(rt)) { in AttachStencilIfNeeded()
48 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment() function in GrRenderTarget
55 void attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface);
273 bool attachStencilAttachment(GrRenderTarget* rt, bool useMSAASurface);
505 bool GrResourceProvider::attachStencilAttachment(GrRenderTarget* rt, bool useMSAASurface) { in attachStencilAttachment() function in GrResourceProvider544 rt->attachStencilAttachment(std::move(stencil), useMSAASurface); in attachStencilAttachment()
578 if (!flushState->resourceProvider()->attachStencilAttachment(renderTarget, in onExecute()
900 REPORTER_ASSERT(reporter, resourceProvider->attachStencilAttachment(rt)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
111 if (!provider->attachStencilAttachment(tex->asRenderTarget())) { in create_RT_with_SB()
1011 resourceProvider->attachStencilAttachment(rt, rt->numSamples() > 1)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
99 if (!provider->attachStencilAttachment(tex->asRenderTarget(), sampleCount > 1)) { in create_RT_with_SB()