Home
last modified time | relevance | path

Searched refs:surfaceProxy (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()
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()
/external/skqp/src/gpu/
DGrOpList.cpp28 GrSurfaceProxy* surfaceProxy, GrAuditTrail* auditTrail) in GrOpList() argument
34 fTarget.setProxy(sk_ref_sp(surfaceProxy), kWrite_GrIOType); in GrOpList()