Searched refs:surfaceMustCopyOnWrite (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() function in SkImage_Gpu::ProxyChooser226 bool SkImage_Gpu::surfaceMustCopyOnWrite(GrSurfaceProxy* surfaceProxy) const { in surfaceMustCopyOnWrite() function in SkImage_Gpu227 return fChooser.surfaceMustCopyOnWrite(surfaceProxy); in surfaceMustCopyOnWrite()
206 if (static_cast<SkImage_Gpu*>(image.get())->surfaceMustCopyOnWrite(sdc->asSurfaceProxy())) { in onCopyOnWrite()