Searched refs:xferBarrierType (Results 1 – 6 of 6) sorted by relevance
111 if (a.xferBarrierType(caps)) { in CanCombine()194 GrXferBarrierType xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function195 return this->getXferProcessor().xferBarrierType(fRenderTarget.get(), caps); in xferBarrierType()
165 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPath()181 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPaths()
71 GrXferBarrierType GrXferProcessor::xferBarrierType(const GrRenderTarget* rt, in xferBarrierType() function in GrXferProcessor
140 GrXferBarrierType xferBarrierType(const GrRenderTarget* rt, const GrCaps& caps) const;
500 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*state->gpu()->caps())) { in onExecute()
2641 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*this->caps())) { in draw()