HomeSort by relevance Sort by last modified time
    Searched refs:xferBarrierType (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrPipeline.h 85 if (a.xferBarrierType(caps)) {
149 GrXferBarrierType xferBarrierType(const GrCaps& caps) const {
150 return this->getXferProcessor().xferBarrierType(fRenderTarget.get(), caps);
GrPathRendering.h 169 if (GrXferBarrierType barrierType = args.fPipeline->xferBarrierType(*fGpu->caps())) {
179 if (GrXferBarrierType barrierType = args.fPipeline->xferBarrierType(*fGpu->caps())) {
GrXferProcessor.cpp 88 GrXferBarrierType GrXferProcessor::xferBarrierType(const GrRenderTarget* rt,
GrGpu.cpp 397 if (GrXferBarrierType barrierType = args.fPipeline->xferBarrierType(*this->caps())) {
  /external/skia/include/gpu/
GrXferProcessor.h 154 GrXferBarrierType xferBarrierType(const GrRenderTarget* rt, const GrCaps& caps) const;

Completed in 350 milliseconds