Home
last modified time | relevance | path

Searched refs:fDstProxyView (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DGrPipeline.cpp34 SkASSERT((args.fDstProxyView.dstSampleType() != GrDstSampleType::kNone) == in GrPipeline()
35 SkToBool(args.fDstProxyView.proxy())); in GrPipeline()
36 if (args.fDstProxyView.proxy()) { in GrPipeline()
37 fDstProxyView = args.fDstProxyView.proxyView(); in GrPipeline()
38 fDstTextureOffset = args.fDstProxyView.offset(); in GrPipeline()
40 fDstSampleType = args.fDstProxyView.dstSampleType(); in GrPipeline()
67 if (fDstProxyView.proxy() && GrDstSampleTypeDirectlySamplesDst(fDstSampleType)) { in xferBarrierType()
132 func(fDstProxyView.proxy(), GrMipmapped::kNo); in visitProxies()
DGrPipeline.h71 GrXferProcessor::DstProxyView fDstProxyView; member
140 const GrSurfaceProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView()
154 if (GrTextureProxy* dstProxy = fDstProxyView.asTextureProxy()) {
189 if (fDstProxyView.proxy()) { in allProxiesInstantiated()
190 return fDstProxyView.proxy()->isInstantiated(); in allProxiesInstantiated()
222 GrSurfaceProxyView fDstProxyView; variable
DGrOpFlushState.h70 , fDstProxyView(dstProxyView) in OpArgs()
83 const GrXferProcessor::DstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView()
100 GrXferProcessor::DstProxyView fDstProxyView; // TODO: do we still need the dst proxy here? member
DGrOpsTask.h166 const DstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView()
221 DstProxyView fDstProxyView; variable
DGrOpsTask.cpp131 fDstProxyView = *dstProxyView;
143 if (fDstProxyView.proxy()) { in visitProxies()
144 func(fDstProxyView.proxy(), GrMipmapped::kNo); in visitProxies()
244 SkASSERT(fProcessorAnalysis.requiresDstTexture() == SkToBool(fDstProxyView.proxy())); in tryConcat()
258 (fProcessorAnalysis.requiresDstTexture() && fDstProxyView != dstProxyView)) { in tryConcat()
300 if (!that->tryConcat(&fList, fProcessorAnalysis, fDstProxyView, fAppliedClip, fBounds, caps, in prependChain()
312 that->fDstProxyView.setProxyView({}); in prependChain()
/external/skia/src/gpu/mock/
DGrMockOpTarget.h40 const GrXferProcessor::DstProxyView& dstProxyView() const override { return fDstProxyView; } in dstProxyView()
122 GrXferProcessor::DstProxyView fDstProxyView; variable
/external/skia/src/gpu/tessellate/
DGrPathShader.h40 const GrXferProcessor::DstProxyView* fDstProxyView; member
DGrFillPathShader.h37 *args.fDstProxyView, std::move(processors), pipelineFlags); in MakeFillPassPipeline()
DGrDrawAtlasPathOp.cpp172 initArgs.fDstProxyView = state->drawOpArgs().dstProxyView(); in onExecute()
/external/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp121 pipelineArgs.fDstProxyView = dstProxyView; in CreatePipeline()