Home | History | Annotate | Download | only in gl

Lines Matching defs:free

41         // nullptr out the entries that are really free list links rather than ptrs before deleting.
63 // no free slots - create a new one
68 // grab the head of the free list and advance the head to the next free slot.
79 void free(T* object) {
92 // Index of the first entry of fGLObjects in the free list. Free slots in fGLObjects are indices
93 // to the next free slot. The last free slot has a value of kFreeListEnd.
293 fBufferManager.free(buffer);
327 fFramebufferManager.free(framebuffer);
365 fRenderbufferManager.free(renderbuffer);