Searched refs:xferProcessor (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrProcessorSet.cpp | 47 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 ==()
|
D | GrPipeline.cpp | 17 sk_sp<const GrXferProcessor> xferProcessor, in GrPipeline() argument 21 , fXferProcessor(std::move(xferProcessor)) in GrPipeline()
|
D | GrProcessorSet.h | 46 const GrXferProcessor* xferProcessor() const { in xferProcessor() function
|
/third_party/flutter/skia/src/gpu/ |
D | GrProcessorSet.cpp | 77 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 ==()
|
D | GrProcessorSet.h | 50 const GrXferProcessor* xferProcessor() const { in xferProcessor() function
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlPipelineState.mm | 44 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/ |
D | GrMtlPipelineState.mm | 119 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/ |
D | GrGLProgram.cpp | 36 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in GrGLProgram() argument 47 , fXferProcessor(std::move(xferProcessor)) in GrGLProgram()
|
D | GrGLProgram.h | 57 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkPipelineState.h | 50 std::unique_ptr<GrGLSLXferProcessor> xferProcessor,
|
D | GrVkPipelineState.cpp | 39 std::unique_ptr<GrGLSLXferProcessor> xferProcessor, in GrVkPipelineState() argument 48 , fXferProcessor(std::move(xferProcessor)) in GrVkPipelineState()
|
D | GrVkPipeline.cpp | 628 const GrXferProcessor& xferProcessor) { in SetDynamicBlendConstantState() argument 629 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo(); in SetDynamicBlendConstantState()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DOpsRenderPass.cpp | 94 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/ |
D | GrVkPipeline.cpp | 655 const GrXferProcessor& xferProcessor) { in SetDynamicBlendConstantState() argument 656 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo(); in SetDynamicBlendConstantState()
|