Home
last modified time | relevance | path

Searched refs:xferBarrierType (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrPipeline.h111 if (a.xferBarrierType(caps)) { in CanCombine()
194 GrXferBarrierType xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function
195 return this->getXferProcessor().xferBarrierType(fRenderTarget.get(), caps); in xferBarrierType()
DGrPathRendering.h165 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPath()
181 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*fGpu->caps())) { in drawPaths()
DGrXferProcessor.cpp71 GrXferBarrierType GrXferProcessor::xferBarrierType(const GrRenderTarget* rt, in xferBarrierType() function in GrXferProcessor
DGrXferProcessor.h140 GrXferBarrierType xferBarrierType(const GrRenderTarget* rt, const GrCaps& caps) const;
/external/skia/src/gpu/instanced/
DInstancedRendering.cpp500 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*state->gpu()->caps())) { in onExecute()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2641 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(*this->caps())) { in draw()