Searched refs:surfaceProxy (Results 1 – 3 of 3) sorted by relevance
40 bool surfaceMustCopyOnWrite(GrSurfaceProxy* surfaceProxy) const;121 bool surfaceMustCopyOnWrite(GrSurfaceProxy* surfaceProxy) const SK_EXCLUDES(fLock);
108 inline bool SkImage_Gpu::ProxyChooser::surfaceMustCopyOnWrite(GrSurfaceProxy* surfaceProxy) const { in surfaceMustCopyOnWrite()110 return surfaceProxy->underlyingUniqueID() == fStableProxy->underlyingUniqueID(); in surfaceMustCopyOnWrite()226 bool SkImage_Gpu::surfaceMustCopyOnWrite(GrSurfaceProxy* surfaceProxy) const { in surfaceMustCopyOnWrite()227 return fChooser.surfaceMustCopyOnWrite(surfaceProxy); in surfaceMustCopyOnWrite()
28 GrSurfaceProxy* surfaceProxy, GrAuditTrail* auditTrail) in GrOpList() argument34 fTarget.setProxy(sk_ref_sp(surfaceProxy), kWrite_GrIOType); in GrOpList()