Lines Matching refs:target
38 for (const sk_sp<GrSurfaceProxy>& target : fTargets) {
39 if (this == drawingMgr->getLastRenderTask(target.get())) {
40 drawingMgr->setLastRenderTask(target.get(), nullptr);
76 GrSurfaceProxy* proxy = this->target(0);
78 SkASSERT(this->target(0)->asRenderTargetProxy());
79 this->target(0)->asRenderTargetProxy()->markMSAADirty(targetUpdateBounds);
81 GrTextureProxy* textureProxy = this->target(0)->asTextureProxy();
226 for (auto& target : fDependencies) {
227 if (target == toReplace) {
228 target = replaceWith;
236 for (auto& target : fDependents) {
237 if (target == toReplace) {
238 target = replaceWith;
281 for (const sk_sp<GrSurfaceProxy>& target : fTargets) {
282 GrSurfaceProxy* proxy = target.get();
318 for (const sk_sp<GrSurfaceProxy>& target : fTargets) {
319 SkASSERT(target);
320 SkString proxyStr = target->dump();