Searched refs:xferBarrierType (Results 1 – 5 of 5) sorted by relevance
85 if (a.xferBarrierType(caps)) {149 GrXferBarrierType xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function150 return this->getXferProcessor().xferBarrierType(fRenderTarget.get(), caps); in xferBarrierType()
169 if (GrXferBarrierType barrierType = args.fPipeline->xferBarrierType(*fGpu->caps())) { in drawPath()179 if (GrXferBarrierType barrierType = args.fPipeline->xferBarrierType(*fGpu->caps())) { in drawPaths()
88 GrXferBarrierType GrXferProcessor::xferBarrierType(const GrRenderTarget* rt, in xferBarrierType() function in GrXferProcessor
397 if (GrXferBarrierType barrierType = args.fPipeline->xferBarrierType(*this->caps())) { in draw()
154 GrXferBarrierType xferBarrierType(const GrRenderTarget* rt, const GrCaps& caps) const;