Home
last modified time | relevance | path

Searched refs:surfaceMustCopyOnWrite (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/image/
DSkImage_Gpu.h40 bool surfaceMustCopyOnWrite(GrSurfaceProxy* surfaceProxy) const;
121 bool surfaceMustCopyOnWrite(GrSurfaceProxy* surfaceProxy) const SK_EXCLUDES(fLock);
DSkImage_Gpu.cpp108 inline bool SkImage_Gpu::ProxyChooser::surfaceMustCopyOnWrite(GrSurfaceProxy* surfaceProxy) const { in surfaceMustCopyOnWrite() function in SkImage_Gpu::ProxyChooser
226 bool SkImage_Gpu::surfaceMustCopyOnWrite(GrSurfaceProxy* surfaceProxy) const { in surfaceMustCopyOnWrite() function in SkImage_Gpu
227 return fChooser.surfaceMustCopyOnWrite(surfaceProxy); in surfaceMustCopyOnWrite()
DSkSurface_Gpu.cpp206 if (static_cast<SkImage_Gpu*>(image.get())->surfaceMustCopyOnWrite(sdc->asSurfaceProxy())) { in onCopyOnWrite()