Home
last modified time | relevance | path

Searched refs:barrierType (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrPathRendering.cpp120 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPath() local
121 fGpu->xferBarrier(pipeline.getRenderTarget(), barrierType); in drawPath()
137 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPaths() local
138 fGpu->xferBarrier(pipeline.getRenderTarget(), barrierType); in drawPaths()
/external/skia/src/gpu/instanced/
DInstancedOp.cpp245 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*state->gpu()->caps())) { in onExecute() local
246 state->gpu()->xferBarrier(pipeline.getRenderTarget(), barrierType); in onExecute()
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h45 BarrierType barrierType,
DGrVkCommandBuffer.cpp107 BarrierType barrierType, in pipelineBarrier() argument
117 switch (barrierType) { in pipelineBarrier()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2518 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*this->caps())) { in draw() local
2519 this->xferBarrier(pipeline.getRenderTarget(), barrierType); in draw()