Home
last modified time | relevance | path

Searched refs:xferProcessor (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrProcessorSet.cpp47 if (this->isFinalized() && this->xferProcessor()) { in ~GrProcessorSet()
48 this->xferProcessor()->unref(); in ~GrProcessorSet()
69 if (this->xferProcessor()) { in dumpProcessors()
70 result.appendf("%s\n", this->xferProcessor()->name()); in dumpProcessors()
103 if (!this->xferProcessor() && !that.xferProcessor()) { in operator ==()
106 const GrXferProcessor& thisXP = this->xferProcessor() in operator ==()
107 ? *this->xferProcessor() in operator ==()
109 const GrXferProcessor& thatXP = that.xferProcessor() in operator ==()
110 ? *that.xferProcessor() in operator ==()
H A DGrPipeline.cpp19 sk_sp<const GrXferProcessor> xferProcessor, in GrPipeline() argument
32 fXferProcessor = std::move(xferProcessor); in GrPipeline()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrProcessorSet.cpp75 if (this->isFinalized() && this->xferProcessor()) { in ~GrProcessorSet()
76 this->xferProcessor()->unref(); in ~GrProcessorSet()
119 if (this->xferProcessor()) { in dumpProcessors()
120 result.appendf("%s\n", this->xferProcessor()->name()); in dumpProcessors()
147 if (!this->xferProcessor() && !that.xferProcessor()) { in operator ==()
150 const GrXferProcessor& thisXP = this->xferProcessor() in operator ==()
151 ? *this->xferProcessor() in operator ==()
153 const GrXferProcessor& thatXP = that.xferProcessor() in operator ==()
154 ? *that.xferProcessor() in operator ==()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrProcessorSet.cpp77 if (this->isFinalized() && this->xferProcessor()) { in ~GrProcessorSet()
78 this->xferProcessor()->unref(); in ~GrProcessorSet()
122 if (this->xferProcessor()) { in dumpProcessors()
123 result.appendf("%s\n", this->xferProcessor()->name()); in dumpProcessors()
151 if (!this->xferProcessor() && !that.xferProcessor()) { in operator ==()
154 const GrXferProcessor& thisXP = this->xferProcessor() in operator ==()
155 ? *this->xferProcessor() in operator ==()
157 const GrXferProcessor& thatXP = that.xferProcessor() in operator ==()
158 ? *that.xferProcessor() in operator ==()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrProcessorSet.cpp77 if (this->isFinalized() && this->xferProcessor()) { in ~GrProcessorSet()
78 this->xferProcessor()->unref(); in ~GrProcessorSet()
122 if (this->xferProcessor()) { in dumpProcessors()
123 result.appendf("%s\n", this->xferProcessor()->name()); in dumpProcessors()
151 if (!this->xferProcessor() && !that.xferProcessor()) { in operator ==()
154 const GrXferProcessor& thisXP = this->xferProcessor() in operator ==()
155 ? *this->xferProcessor() in operator ==()
157 const GrXferProcessor& thatXP = that.xferProcessor() in operator ==()
158 ? *that.xferProcessor() in operator ==()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrProcessorSet.cpp77 if (this->isFinalized() && this->xferProcessor()) { in ~GrProcessorSet()
78 this->xferProcessor()->unref(); in ~GrProcessorSet()
122 if (this->xferProcessor()) { in dumpProcessors()
123 result.appendf("%s\n", this->xferProcessor()->name()); in dumpProcessors()
151 if (!this->xferProcessor() && !that.xferProcessor()) { in operator ==()
154 const GrXferProcessor& thisXP = this->xferProcessor() in operator ==()
155 ? *this->xferProcessor() in operator ==()
157 const GrXferProcessor& thatXP = that.xferProcessor() in operator ==()
158 ? *that.xferProcessor() in operator ==()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrProcessorSet.cpp77 if (this->isFinalized() && this->xferProcessor()) { in ~GrProcessorSet()
78 this->xferProcessor()->unref(); in ~GrProcessorSet()
122 if (this->xferProcessor()) { in dumpProcessors()
123 result.appendf("%s\n", this->xferProcessor()->name()); in dumpProcessors()
151 if (!this->xferProcessor() && !that.xferProcessor()) { in operator ==()
154 const GrXferProcessor& thisXP = this->xferProcessor() in operator ==()
155 ? *this->xferProcessor() in operator ==()
157 const GrXferProcessor& thatXP = that.xferProcessor() in operator ==()
158 ? *that.xferProcessor() in operator ==()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrProcessorSet.cpp77 if (this->isFinalized() && this->xferProcessor()) { in ~GrProcessorSet()
78 this->xferProcessor()->unref(); in ~GrProcessorSet()
122 if (this->xferProcessor()) { in dumpProcessors()
123 result.appendf("%s\n", this->xferProcessor()->name()); in dumpProcessors()
151 if (!this->xferProcessor() && !that.xferProcessor()) { in operator ==()
154 const GrXferProcessor& thisXP = this->xferProcessor() in operator ==()
155 ? *this->xferProcessor() in operator ==()
157 const GrXferProcessor& thatXP = that.xferProcessor() in operator ==()
158 ? *that.xferProcessor() in operator ==()
H A DGrPipeline.cpp19 sk_sp<const GrXferProcessor> xferProcessor, in GrPipeline() argument
33 fXferProcessor = std::move(xferProcessor); in GrPipeline()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrPipeline.cpp63 SkAutoTUnref<GrXferProcessor> xferProcessor; in CreateAt() local
65 xferProcessor.reset(xpFactory->createXferProcessor(args.fOpts, in CreateAt()
69 if (!xferProcessor) { in CreateAt()
75 xferProcessor.reset(GrPorterDuffXPFactory::CreateSrcOverXferProcessor( in CreateAt()
88 const GrXferProcessor* xpForOpts = xferProcessor ? xferProcessor.get() : in CreateAt()
108 pipeline->fXferProcessor.reset(xferProcessor); in CreateAt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm40 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
48 , fXferProcessor(std::move(xferProcessor))
111 const GrXferProcessor& xferProcessor) {
114 this->setBlendConstants(renderCmdEncoder, writeSwizzle, xferProcessor);
156 const GrXferProcessor& xferProcessor) {
161 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLProgram.cpp36 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in Make() argument
50 std::move(xferProcessor), in Make()
71 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in GrGLProgram() argument
81 , fXferProcessor(std::move(xferProcessor)) in GrGLProgram()
H A DGrGLProgram.h58 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
150 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm43 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
52 , fXferProcessor(std::move(xferProcessor))
119 const GrXferProcessor& xferProcessor) {
122 this->setBlendConstants(renderCmdEncoder, outputSwizzle, xferProcessor);
175 const GrXferProcessor& xferProcessor) {
180 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo();
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm43 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
52 , fXferProcessor(std::move(xferProcessor))
119 const GrXferProcessor& xferProcessor) {
122 this->setBlendConstants(renderCmdEncoder, outputSwizzle, xferProcessor);
175 const GrXferProcessor& xferProcessor) {
180 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm43 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
52 , fXferProcessor(std::move(xferProcessor))
120 const GrXferProcessor& xferProcessor) {
123 this->setBlendConstants(renderCmdEncoder, writeSwizzle, xferProcessor);
165 const GrXferProcessor& xferProcessor) {
170 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo();
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm43 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
52 , fXferProcessor(std::move(xferProcessor))
119 const GrXferProcessor& xferProcessor) {
122 this->setBlendConstants(renderCmdEncoder, outputSwizzle, xferProcessor);
175 const GrXferProcessor& xferProcessor) {
180 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo();
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlPipelineState.mm43 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
52 , fXferProcessor(std::move(xferProcessor))
119 const GrXferProcessor& xferProcessor) {
122 this->setBlendConstants(renderCmdEncoder, outputSwizzle, xferProcessor);
175 const GrXferProcessor& xferProcessor) {
180 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLProgram.cpp37 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in GrGLProgram() argument
48 , fXferProcessor(std::move(xferProcessor)) in GrGLProgram()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.cpp37 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in GrGLProgram() argument
48 , fXferProcessor(std::move(xferProcessor)) in GrGLProgram()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.cpp37 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in GrGLProgram() argument
48 , fXferProcessor(std::move(xferProcessor)) in GrGLProgram()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.cpp37 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in GrGLProgram() argument
48 , fXferProcessor(std::move(xferProcessor)) in GrGLProgram()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.cpp37 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in GrGLProgram() argument
48 , fXferProcessor(std::move(xferProcessor)) in GrGLProgram()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLProgram.cpp37 GrGLSLXferProcessor* xferProcessor, in GrGLProgram() argument
42 , fXferProcessor(xferProcessor) in GrGLProgram()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrSimpleMeshDrawOpHelper.cpp54 (fProcessors->xferProcessor() && fProcessors->xferProcessor()->xferBarrierType(caps))) { in isCompatible()

123