Searched refs:mCleanupMethod (Results 1 – 1 of 1) sorted by relevance
43 , mCleanupMethod(nullptr) in VertexBuffer()47 if (mCleanupMethod) mCleanupMethod(mBuffer); in ~VertexBuffer()74 mCleanupMethod = &(cleanup<TYPE>); in alloc()173 void (*mCleanupMethod)(void*); variable