Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrPipeline.cpp57 GrXferBarrierType GrPipeline::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in GrPipeline
61 return this->getXferProcessor().xferBarrierType(caps); in xferBarrierType()
DGrPipeline.h190 GrXferBarrierType xferBarrierType(const GrCaps&) const;
DGrXferProcessor.h89 virtual GrXferBarrierType xferBarrierType(const GrCaps& caps) const { in GR_MAKE_BITFIELD_CLASS_OPS()
DGrProcessorSet.cpp192 GrXferBarrierType::kNone_GrXferBarrierType != fXP.fProcessor->xferBarrierType(caps); in finalize()
DGrOpsRenderPass.cpp127 fXferBarrierType = programInfo.pipeline().xferBarrierType(*this->gpu()->caps()); in bindPipeline()
/third_party/skia/src/gpu/effects/
DGrCustomXfermode.cpp89 GrXferBarrierType xferBarrierType(const GrCaps&) const override;
169 GrXferBarrierType CustomXP::xferBarrierType(const GrCaps& caps) const { in xferBarrierType() function in CustomXP