Searched refs:xferBarrierType (Results 1 – 6 of 6) sorted by relevance
57 GrXferBarrierType GrPipeline::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in GrPipeline61 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
190 GrXferBarrierType xferBarrierType(const GrCaps&) const;
89 virtual GrXferBarrierType xferBarrierType(const GrCaps& caps) const { in GR_MAKE_BITFIELD_CLASS_OPS()
192 GrXferBarrierType::kNone_GrXferBarrierType != fXP.fProcessor->xferBarrierType(caps); in finalize()
127 fXferBarrierType = programInfo.pipeline().xferBarrierType(*this->gpu()->caps()); in bindPipeline()
89 GrXferBarrierType xferBarrierType(const GrCaps&) const override;169 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP