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

  /external/skia/src/gpu/
GrResourceAllocator.cpp 149 // If things get really tight 'findSurfaceFor' may pull it back out but there is
160 sk_sp<GrSurface> GrResourceAllocator::findSurfaceFor(const GrSurfaceProxy* proxy,
256 } else if (sk_sp<GrSurface> surface = this->findSurfaceFor(cur->proxy(), needsStencil)) {
GrResourceAllocator.h 83 sk_sp<GrSurface> findSurfaceFor(const GrSurfaceProxy* proxy, bool needsStencil);
  /external/skqp/src/gpu/
GrResourceAllocator.cpp 144 // If things get really tight 'findSurfaceFor' may pull it back out but there is
155 sk_sp<GrSurface> GrResourceAllocator::findSurfaceFor(const GrSurfaceProxy* proxy,
246 } else if (sk_sp<GrSurface> surface = this->findSurfaceFor(cur->proxy(), needsStencil)) {
GrResourceAllocator.h 83 sk_sp<GrSurface> findSurfaceFor(const GrSurfaceProxy* proxy, bool needsStencil);

Completed in 72 milliseconds