Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
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 ==()
DGrPipeline.cpp17 sk_sp<const GrXferProcessor> xferProcessor, in GrPipeline() argument
21 , fXferProcessor(std::move(xferProcessor)) in GrPipeline()
DGrProcessorSet.h46 const GrXferProcessor* xferProcessor() const { in xferProcessor() function
/third_party/flutter/skia/src/gpu/
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 ==()
DGrProcessorSet.h50 const GrXferProcessor* xferProcessor() const { in xferProcessor() function
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlPipelineState.mm44 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
53 , fXferProcessor(std::move(xferProcessor))
117 const GrXferProcessor& xferProcessor) {
120 this->setBlendConstants(renderCmdEncoder, outputSwizzle, xferProcessor);
173 const GrXferProcessor& xferProcessor) {
178 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo();
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineState.mm119 const GrXferProcessor& xferProcessor) {
121 this->setBlendConstants(renderCmdEncoder, writeSwizzle, xferProcessor);
162 const GrXferProcessor& xferProcessor) {
167 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo();
/third_party/flutter/skia/src/gpu/gl/
DGrGLProgram.cpp36 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in GrGLProgram() argument
47 , fXferProcessor(std::move(xferProcessor)) in GrGLProgram()
DGrGLProgram.h57 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipelineState.h50 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
DGrVkPipelineState.cpp39 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in GrVkPipelineState() argument
48 , fXferProcessor(std::move(xferProcessor)) in GrVkPipelineState()
DGrVkPipeline.cpp628 const GrXferProcessor& xferProcessor) { in SetDynamicBlendConstantState() argument
629 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo(); in SetDynamicBlendConstantState()
/third_party/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.cpp94 const GrXferProcessor& xferProcessor = info.pipeline().getXferProcessor(); in set_blend_factor() local
96 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo(); in set_blend_factor()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp655 const GrXferProcessor& xferProcessor) { in SetDynamicBlendConstantState() argument
656 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo(); in SetDynamicBlendConstantState()