Searched refs:xferBarrierType (Results 1 – 13 of 13) sorted by relevance
91 GrXferBarrierType GrPipeline::xferBarrierType(GrTexture* texture, const GrCaps& caps) const { in xferBarrierType() function in GrPipeline95 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
61 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(renderTarget->asTexture(), in drawPath()
182 GrXferBarrierType xferBarrierType(GrTexture*, const GrCaps&) const;
125 virtual GrXferBarrierType xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function
248 GrXferBarrierType::kNone_GrXferBarrierType != fXP.fProcessor->xferBarrierType(caps); in finalize()
66 GrXferBarrierType GrPipeline::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in GrPipeline70 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
197 GrXferBarrierType xferBarrierType(const GrCaps&) const;
132 virtual GrXferBarrierType xferBarrierType(const GrCaps& caps) const { in GR_MAKE_BITFIELD_CLASS_OPS()
191 GrXferBarrierType::kNone_GrXferBarrierType != fXP.fProcessor->xferBarrierType(caps); in finalize()
123 fXferBarrierType = programInfo.pipeline().xferBarrierType(*this->gpu()->caps()); in bindPipeline()
98 GrXferBarrierType xferBarrierType(const GrCaps&) const override;188 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP
100 GrXferBarrierType xferBarrierType(const GrCaps&) const override;190 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP
2551 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(renderTarget->asTexture(), in draw()