Searched refs:mCleanupIndexMethod (Results 1 – 1 of 1) sorted by relevance
44 , mCleanupIndexMethod(nullptr) in VertexBuffer()49 if (mCleanupIndexMethod) mCleanupIndexMethod(mIndices); in ~VertexBuffer()86 mCleanupIndexMethod = &(cleanup<TYPE>); in allocIndices()175 void (*mCleanupIndexMethod)(void*); variable