Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPipeline.h85 if (a.xferBarrierType(caps)) {
149 GrXferBarrierType xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function
150 return this->getXferProcessor().xferBarrierType(fRenderTarget.get(), caps); in xferBarrierType()
DGrPathRendering.h169 if (GrXferBarrierType barrierType = args.fPipeline->xferBarrierType(*fGpu->caps())) { in drawPath()
179 if (GrXferBarrierType barrierType = args.fPipeline->xferBarrierType(*fGpu->caps())) { in drawPaths()
DGrXferProcessor.cpp88 GrXferBarrierType GrXferProcessor::xferBarrierType(const GrRenderTarget* rt, in xferBarrierType() function in GrXferProcessor
DGrGpu.cpp397 if (GrXferBarrierType barrierType = args.fPipeline->xferBarrierType(*this->caps())) { in draw()
/external/skia/include/gpu/
DGrXferProcessor.h154 GrXferBarrierType xferBarrierType(const GrRenderTarget* rt, const GrCaps& caps) const;