Home
last modified time | relevance | path

Searched refs:hasPendingWrite (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrSurfacePriv.h37 bool hasPendingWrite() const { return fSurface->hasPendingWrite(); } in hasPendingWrite() function
DGrSurfaceProxyPriv.h34 bool hasPendingWrite() const { return fProxy->hasPendingWrite(); } in hasPendingWrite() function
DGrSurface.cpp155 bool GrSurface::hasPendingWrite() const { in hasPendingWrite() function in GrSurface
DGrContext.cpp750 if (srcSurface->surfacePriv().hasPendingWrite()) { in readSurfacePixels()
791 if (proxy->priv().hasPendingWrite()) { in flushSurfaceWrites()
/external/skqp/include/gpu/
DGrSurface.h96 bool hasPendingWrite() const;
/external/skqp/include/private/
DGrSurfaceProxy.h453 bool hasPendingWrite() const { in hasPendingWrite() function