Searched refs:barrierType (Results 1 – 5 of 5) sorted by relevance
120 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPath() local121 fGpu->xferBarrier(pipeline.getRenderTarget(), barrierType); in drawPath()137 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPaths() local138 fGpu->xferBarrier(pipeline.getRenderTarget(), barrierType); in drawPaths()
245 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*state->gpu()->caps())) { in onExecute() local246 state->gpu()->xferBarrier(pipeline.getRenderTarget(), barrierType); in onExecute()
45 BarrierType barrierType,
107 BarrierType barrierType, in pipelineBarrier() argument117 switch (barrierType) { in pipelineBarrier()
2518 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*this->caps())) { in draw() local2519 this->xferBarrier(pipeline.getRenderTarget(), barrierType); in draw()