Searched refs:shouldFreeResources (Results 1 – 6 of 6) sorted by relevance
22 if (0 != fRenderbufferID && this->shouldFreeResources()) { in onRelease()
105 if (0 != fBasePathID && this->shouldFreeResources()) { in onRelease()
327 if (0 != fPathID && this->shouldFreeResources()) { in onRelease()
96 if (this->shouldFreeResources()) { in onRelease()
345 if (this->shouldFreeResources()) { in onRelease()
280 bool shouldFreeResources() const { return fLifeCycle != kBorrowed_LifeCycle; } in shouldFreeResources() function