Searched refs:mCleanupMethod (Results 1 – 1 of 1) sorted by relevance
44 , mCleanupMethod(NULL) in VertexBuffer()49 if (mCleanupMethod) mCleanupMethod(mBuffer); in ~VertexBuffer()76 mCleanupMethod = &(cleanup<TYPE>); in alloc()173 void (*mCleanupMethod)(void*); variable