Home
last modified time | relevance | path

Searched refs:shouldFree (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DResource.h51 bool shouldFree = false; in unref() local
57 shouldFree = this->notifyARefIsZero(LastRemovedRef::kUsage); in unref()
60 if (shouldFree) { in unref()
80 bool shouldFree = false; in unrefCommandBuffer() local
86 shouldFree = this->notifyARefIsZero(LastRemovedRef::kCommandBuffer); in unrefCommandBuffer()
89 if (shouldFree) { in unrefCommandBuffer()
266 bool shouldFree = false; in unrefCache() local
272 shouldFree = this->notifyARefIsZero(LastRemovedRef::kCache); in unrefCache()
275 if (shouldFree) { in unrefCache()