Home
last modified time | relevance | path

Searched refs:xferProcessor (Results 1 - 5 of 5) sorted by relevance

/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 ==()
[all...]
H A DGrPipeline.cpp17 sk_sp<const GrXferProcessor> xferProcessor, in GrPipeline()
21 , fXferProcessor(std::move(xferProcessor)) in GrPipeline()
16 GrPipeline(const InitArgs& args, sk_sp<const GrXferProcessor> xferProcessor, const GrAppliedHardClip& hardClip) GrPipeline() argument
H A DGrProcessorSet.h46 const GrXferProcessor* xferProcessor() const { in xferProcessor() function in GrProcessorSet
/third_party/skia/src/gpu/d3d/
H A 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/
H A DGrVkPipeline.cpp655 const GrXferProcessor& xferProcessor) {
656 const GrXferProcessor::BlendInfo& blendInfo = xferProcessor.getBlendInfo();

Completed in 3 milliseconds