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