Home
last modified time | relevance | path

Searched refs:attachStencilAttachment (Results 1 – 25 of 45) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetPriv.h31 bool attachStencilAttachment(sk_sp<GrStencilAttachment> stencil);
H A DGrRenderTarget.cpp77 bool GrRenderTargetPriv::attachStencilAttachment(sk_sp<GrStencilAttachment> stencil) { in attachStencilAttachment() function in GrRenderTargetPriv
H A DGrResourceProvider.h212 bool attachStencilAttachment(GrRenderTarget* rt);
H A DGrResourceProvider.cpp424 bool GrResourceProvider::attachStencilAttachment(GrRenderTarget* rt) { in attachStencilAttachment() function in GrResourceProvider
453 if (rt->renderTargetPriv().attachStencilAttachment(std::move(stencil))) { in attachStencilAttachment()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetPriv.h33 void attachStencilAttachment(sk_sp<GrStencilAttachment> stencil);
H A DGrRenderTarget.cpp46 void GrRenderTargetPriv::attachStencilAttachment(sk_sp<GrStencilAttachment> stencil) { in attachStencilAttachment() function in GrRenderTargetPriv
H A DGrResourceProvider.h236 bool attachStencilAttachment(GrRenderTarget* rt, int numStencilSamples);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetPriv.h33 void attachStencilAttachment(sk_sp<GrStencilAttachment> stencil);
H A DGrRenderTarget.cpp46 void GrRenderTargetPriv::attachStencilAttachment(sk_sp<GrStencilAttachment> stencil) { in attachStencilAttachment() function in GrRenderTargetPriv
H A DGrResourceProvider.h236 bool attachStencilAttachment(GrRenderTarget* rt, int numStencilSamples);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrRenderTargetPriv.h33 void attachStencilAttachment(sk_sp<GrStencilAttachment> stencil);
H A DGrRenderTarget.cpp44 void GrRenderTargetPriv::attachStencilAttachment(sk_sp<GrStencilAttachment> stencil) { in attachStencilAttachment() function in GrRenderTargetPriv
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetPriv.h33 void attachStencilAttachment(sk_sp<GrStencilAttachment> stencil);
H A DGrRenderTarget.cpp46 void GrRenderTargetPriv::attachStencilAttachment(sk_sp<GrStencilAttachment> stencil) { in attachStencilAttachment() function in GrRenderTargetPriv
H A DGrResourceProvider.h236 bool attachStencilAttachment(GrRenderTarget* rt, int numStencilSamples);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetPriv.h33 void attachStencilAttachment(sk_sp<GrStencilAttachment> stencil);
H A DGrRenderTarget.cpp46 void GrRenderTargetPriv::attachStencilAttachment(sk_sp<GrStencilAttachment> stencil) { in attachStencilAttachment() function in GrRenderTargetPriv
H A DGrResourceProvider.h236 bool attachStencilAttachment(GrRenderTarget* rt, int numStencilSamples);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrRenderTargetPriv.h31 bool attachStencilAttachment(GrStencilAttachment* stencil);
H A DGrResourceProvider.cpp164 GrStencilAttachment* GrResourceProvider::attachStencilAttachment(GrRenderTarget* rt) { in attachStencilAttachment() function in GrResourceProvider
194 if (rt->renderTargetPriv().attachStencilAttachment(stencil)) { in attachStencilAttachment()
H A DGrRenderTarget.cpp108 bool GrRenderTargetPriv::attachStencilAttachment(GrStencilAttachment* stencil) { in attachStencilAttachment() function in GrRenderTargetPriv
H A DGrResourceProvider.h153 GrStencilAttachment* attachStencilAttachment(GrRenderTarget* rt);
H A DGrDrawingManager.cpp238 GrStencilAttachment* sb = fContext->resourceProvider()->attachStencilAttachment(rt.get());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrRenderTarget.h48 void attachStencilAttachment(sk_sp<GrAttachment> stencil);
H A DGrRenderTarget.cpp43 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil) { in attachStencilAttachment() function in GrRenderTarget

12