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()
48 if (mCleanupIndexMethod) mCleanupIndexMethod(mIndices); in ~VertexBuffer()
85 mCleanupIndexMethod = &(cleanup<TYPE>); in allocIndices()
174 void (*mCleanupIndexMethod)(void*); variable