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