Searched refs:fDstTextureProxy (Results 1 – 2 of 2) sorted by relevance
46 fDstTextureProxy.reset(args.fDstProxy.proxy()); in GrPipeline()85 if (fDstTextureProxy) { in addDependenciesTo()86 opList->addDependency(fDstTextureProxy.get(), caps); in addDependenciesTo()92 if (fDstTextureProxy.get() && fDstTextureProxy.get()->peekTexture() == texture) { in xferBarrierType()
135 return fDstTextureProxy.get();212 DstTextureProxy fDstTextureProxy; variable