Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfacePriv.h33 bool hasPendingWrite() const { return fSurface->hasPendingWrite(); } in hasPendingWrite() function
DGrSurface.cpp105 bool GrSurface::hasPendingWrite() const { in hasPendingWrite() function in GrSurface
DGrContext.cpp1538 if (!(kDontFlush_PixelOpsFlag & flags) && target->surfacePriv().hasPendingWrite()) { in readRenderTargetPixels()
1721 if (surface->surfacePriv().hasPendingWrite()) { in flushSurfaceWrites()
/external/skia/include/gpu/
DGrSurface.h135 bool hasPendingWrite() const;