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

  /external/skia/src/gpu/
GrGpuResource.cpp 146 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, kFlag);
161 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, flags);
GrResourceCache.h 248 void notifyCntReachedZero(GrGpuResource*, uint32_t flags);
391 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) {
392 fCache->notifyCntReachedZero(resource, flags);
GrResourceCache.cpp 347 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) {
721 // This assertion is not currently valid because we can be in recursive notifyCntReachedZero()

Completed in 75 milliseconds