Home
last modified time | relevance | path

Searched refs:xferBarrierType (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrPipeline.h95 if (a.xferBarrierType(caps)) { in CanCombine()
173 GrXferBarrierType xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function
174 return this->getXferProcessor().xferBarrierType(fRenderTarget.get(), caps); in xferBarrierType()
H A DGrPathRendering.h165 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPath()
181 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPaths()
H A DGrXferProcessor.cpp87 GrXferBarrierType GrXferProcessor::xferBarrierType(const GrRenderTarget* rt, in xferBarrierType() function in GrXferProcessor
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrPipeline.cpp76 GrXferBarrierType GrPipeline::xferBarrierType(GrTexture* texture, const GrCaps& caps) const { in xferBarrierType() function in GrPipeline
80 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
H A DGrPathRendering.cpp60 if (auto barrierType = programInfo.pipeline().xferBarrierType(renderTarget->asTexture(), in drawPath()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrPipeline.cpp76 GrXferBarrierType GrPipeline::xferBarrierType(GrTexture* texture, const GrCaps& caps) const { in xferBarrierType() function in GrPipeline
80 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
H A DGrPathRendering.cpp60 if (auto barrierType = programInfo.pipeline().xferBarrierType(renderTarget->asTexture(), in drawPath()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrPipeline.cpp76 GrXferBarrierType GrPipeline::xferBarrierType(GrTexture* texture, const GrCaps& caps) const { in xferBarrierType() function in GrPipeline
80 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
H A DGrPathRendering.cpp60 if (auto barrierType = programInfo.pipeline().xferBarrierType(renderTarget->asTexture(), in drawPath()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrPipeline.cpp90 GrXferBarrierType GrPipeline::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in GrPipeline
95 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
H A DGrPathRendering.cpp111 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPath()
128 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPaths()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrPipeline.cpp76 GrXferBarrierType GrPipeline::xferBarrierType(GrTexture* texture, const GrCaps& caps) const { in xferBarrierType() function in GrPipeline
80 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
H A DGrPathRendering.cpp60 if (auto barrierType = programInfo.pipeline().xferBarrierType(renderTarget->asTexture(), in drawPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrPipeline.cpp64 GrXferBarrierType GrPipeline::xferBarrierType(GrTexture* texture, const GrCaps& caps) const { in xferBarrierType() function in GrPipeline
69 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
H A DGrPathRendering.cpp60 if (auto barrierType = programInfo.pipeline().xferBarrierType(renderTarget->asTexture(), in drawPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrPipeline.cpp66 GrXferBarrierType GrPipeline::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in GrPipeline
70 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
H A DGrPathRendering.cpp60 if (auto barrierType = programInfo.pipeline().xferBarrierType(*fGpu->caps())) { in drawPath()
H A DGrPipeline.h196 GrXferBarrierType xferBarrierType(const GrCaps&) const;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/effects/
H A DGrCustomXfermode.cpp100 GrXferBarrierType xferBarrierType(const GrCaps&) const override;
190 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/effects/
H A DGrCustomXfermode.cpp100 GrXferBarrierType xferBarrierType(const GrCaps&) const override;
190 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/effects/
H A DGrCustomXfermode.cpp100 GrXferBarrierType xferBarrierType(const GrCaps&) const override;
190 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/effects/
H A DGrCustomXfermode.cpp100 GrXferBarrierType xferBarrierType(const GrCaps&) const override;
190 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/effects/
H A DGrCustomXfermode.cpp100 GrXferBarrierType xferBarrierType(const GrCaps&) const override;
190 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/effects/
H A DGrCustomXfermode.cpp97 GrXferBarrierType xferBarrierType(const GrCaps&) const override;
187 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/effects/
H A DGrCustomXfermode.cpp99 GrXferBarrierType xferBarrierType(const GrCaps&) const override;
189 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP

123