Home
last modified time | relevance | path

Searched refs:hasPendingIO (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrSurfacePriv.h34 bool hasPendingIO() const { return fSurface->hasPendingIO(); } in hasPendingIO() function
DGrSurface.cpp117 bool GrSurface::hasPendingIO() const { in hasPendingIO() function in GrSurface
DGrContext.cpp1411 surface->surfacePriv().hasPendingIO()) { in writeSurfacePixels()
1483 if (texture->surfacePriv().hasPendingIO()) { in writeSurfacePixels()
1675 if (surface->surfacePriv().hasPendingIO()) { in prepareSurfaceForExternalRead()
/external/skia/include/gpu/
DGrSurface.h136 bool hasPendingIO() const;