HomeSort by relevance Sort by last modified time
    Searched refs:hasPendingIO (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrSurfacePriv.h 49 bool hasPendingIO() const { return fSurface->hasPendingIO(); }
GrContext.cpp 276 if (!(kDontFlush_PixelOpsFlag & pixelOpsFlags) && surface->surfacePriv().hasPendingIO()) {
317 if (tempTexture->surfacePriv().hasPendingIO()) {
505 if (surface->surfacePriv().hasPendingIO()) {
GrSurface.cpp 192 bool GrSurface::hasPendingIO() const {
  /external/skia/include/gpu/
GrSurface.h 144 bool hasPendingIO() const;

Completed in 1314 milliseconds