Home | History | Annotate | Download | only in vk

Lines Matching refs:unref

26   When an owner wants to release its reference, it calls unref(). When the
27 shared object's reference count goes to zero as the result of an unref()
32 This is nearly identical to SkRefCntBase. The exceptions are that unref()
39 // Simple refCount tracing, to ensure that everything ref'ed is unref'ed.
97 // until previous owners are all totally done calling unref().
104 Must be balanced by a call to unref() or unrefAndFreeResources().
116 void unref(const GrVkGpu* gpu) const {
127 /** Unref without freeing GPU data. Used only when we're abandoning the resource */
202 // decides not to recycle the objects, it is their responsibility to call unref on the object.
207 this->unref(gpu);