Lines Matching refs:GrSurfaceProxy
65 void newWaitRenderTask(sk_sp<GrSurfaceProxy> proxy,
74 void newTransferFromRenderTask(sk_sp<GrSurfaceProxy> srcProxy, const SkIRect& srcRect,
85 sk_sp<GrRenderTask> newCopyRenderTask(sk_sp<GrSurfaceProxy> src,
87 sk_sp<GrSurfaceProxy> dst,
96 bool newWritePixelsTask(sk_sp<GrSurfaceProxy> dst,
124 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
138 GrRenderTask* getLastRenderTask(const GrSurfaceProxy*) const;
139 GrOpsTask* getLastOpsTask(const GrSurfaceProxy*) const;
140 void setLastRenderTask(const GrSurfaceProxy*, GrRenderTask*);
173 bool flush(SkSpan<GrSurfaceProxy*> proxies,
217 return GrSurfaceProxy::UniqueID::InvalidID().asUInt(); in GetInvalidKey()