Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPipeline.cpp91 GrXferBarrierType GrPipeline::xferBarrierType(GrTexture* texture, const GrCaps& caps) const { in xferBarrierType() function in GrPipeline
95 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
DGrPathRendering.cpp61 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(renderTarget->asTexture(), in drawPath()
DGrPipeline.h182 GrXferBarrierType xferBarrierType(GrTexture*, const GrCaps&) const;
DGrXferProcessor.h125 virtual GrXferBarrierType xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function
DGrProcessorSet.cpp248 GrXferBarrierType::kNone_GrXferBarrierType != fXP.fProcessor->xferBarrierType(caps); in finalize()
/external/skia/src/gpu/
DGrPipeline.cpp66 GrXferBarrierType GrPipeline::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in GrPipeline
70 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
DGrPipeline.h197 GrXferBarrierType xferBarrierType(const GrCaps&) const;
DGrXferProcessor.h132 virtual GrXferBarrierType xferBarrierType(const GrCaps& caps) const { in GR_MAKE_BITFIELD_CLASS_OPS()
DGrProcessorSet.cpp191 GrXferBarrierType::kNone_GrXferBarrierType != fXP.fProcessor->xferBarrierType(caps); in finalize()
DGrOpsRenderPass.cpp123 fXferBarrierType = programInfo.pipeline().xferBarrierType(*this->gpu()->caps()); in bindPipeline()
/external/skia/src/gpu/effects/
DGrCustomXfermode.cpp98 GrXferBarrierType xferBarrierType(const GrCaps&) const override;
188 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP
/external/skqp/src/gpu/effects/
DGrCustomXfermode.cpp100 GrXferBarrierType xferBarrierType(const GrCaps&) const override;
190 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2551 if (GrXferBarrierType barrierType = pipeline.xferBarrierType(renderTarget->asTexture(), in draw()