Lines Matching refs:GrSurfaceProxy
75 void newWaitRenderTask(sk_sp<GrSurfaceProxy> proxy,
84 void newTransferFromRenderTask(sk_sp<GrSurfaceProxy> srcProxy, const SkIRect& srcRect,
95 sk_sp<GrRenderTask> newCopyRenderTask(sk_sp<GrSurfaceProxy> src,
97 sk_sp<GrSurfaceProxy> dst,
106 bool newWritePixelsTask(sk_sp<GrSurfaceProxy> dst,
139 GrSemaphoresSubmitted flushSurfaces(SkSpan<GrSurfaceProxy*>,
155 GrRenderTask* getLastRenderTask(const GrSurfaceProxy*) const;
156 skgpu::v1::OpsTask* getLastOpsTask(const GrSurfaceProxy*) const;
157 void setLastRenderTask(const GrSurfaceProxy*, GrRenderTask*);
194 bool flush(SkSpan<GrSurfaceProxy*> proxies,
240 return GrSurfaceProxy::UniqueID::InvalidID().asUInt(); in GetInvalidKey()