Home
last modified time | relevance | path

Searched refs:mCleanupIndexMethod (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DVertexBuffer.h44 , mCleanupIndexMethod(nullptr) in VertexBuffer()
49 if (mCleanupIndexMethod) mCleanupIndexMethod(mIndices); in ~VertexBuffer()
86 mCleanupIndexMethod = &(cleanup<TYPE>); in allocIndices()
175 void (*mCleanupIndexMethod)(void*); variable