Lines Matching refs:GrSurfaceProxy
40 bool surfaceMustCopyOnWrite(GrSurfaceProxy* surfaceProxy) const;
81 sk_sp<GrSurfaceProxy> stableCopy,
106 ProxyChooser(sk_sp<GrSurfaceProxy> stableProxy,
107 sk_sp<GrSurfaceProxy> volatileProxy,
111 ProxyChooser(sk_sp<GrSurfaceProxy> stableProxy);
117 sk_sp<GrSurfaceProxy> chooseProxy(GrRecordingContext* context) SK_EXCLUDES(fLock);
119 sk_sp<GrSurfaceProxy> switchToStableProxy() SK_EXCLUDES(fLock);
121 sk_sp<GrSurfaceProxy> makeVolatileProxyStable() SK_EXCLUDES(fLock);
123 bool surfaceMustCopyOnWrite(GrSurfaceProxy* surfaceProxy) const SK_EXCLUDES(fLock);
134 sk_sp<GrSurfaceProxy> fStableProxy SK_GUARDED_BY(fLock);
135 sk_sp<GrSurfaceProxy> fVolatileProxy SK_GUARDED_BY(fLock);