Searched refs:fDstProxy (Results 1 – 4 of 4) sorted by relevance
137 const GrSurfaceProxyView& dstProxyView() const { return fDstProxy.proxyView(); } in dstProxyView()139 SkIPoint dstTextureOffset() const { return fDstProxy.offset(); } in dstTextureOffset()141 GrDstSampleFlags dstSampleFlags() const { return fDstProxy.dstSampleFlags(); } in dstSampleFlags()221 GrDstProxyView fDstProxy; variable
21 : fDstProxy(args.fDstProxyView) in GrPipeline()
125 , fDstProxy(std::move(dstProxy)) in CopyTextureToTextureTask()141 if (!fDstProxy) { in prepareResources()145 if (!TextureProxy::InstantiateIfNotLazy(resourceProvider, fDstProxy.get())) { in prepareResources()157 fDstProxy->refTexture(), in addCommands()
97 sk_sp<TextureProxy> fDstProxy; variable