OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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