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

  /external/skia/src/gpu/
GrResourceCache.h 263 void notifyCntReachedZero(GrGpuResource*, uint32_t flags);
424 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) {
425 fCache->notifyCntReachedZero(resource, flags);
GrGpuResource.cpp 176 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, kFlag);
190 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, flags);
GrResourceCache.cpp 419 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) {
    [all...]
  /external/skqp/src/gpu/
GrResourceCache.h 259 void notifyCntReachedZero(GrGpuResource*, uint32_t flags);
402 void notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) {
403 fCache->notifyCntReachedZero(resource, flags);
GrGpuResource.cpp 172 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, kFlag);
187 get_resource_cache(fGpu)->resourceAccess().notifyCntReachedZero(mutableThis, flags);
GrResourceCache.cpp 385 void GrResourceCache::notifyCntReachedZero(GrGpuResource* resource, uint32_t flags) {
837 // This assertion is not currently valid because we can be in recursive notifyCntReachedZero()
    [all...]

Completed in 411 milliseconds