Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVertexBuffer.h43 , mCleanupMethod(nullptr) in VertexBuffer()
48 if (mCleanupMethod) mCleanupMethod(mBuffer); in ~VertexBuffer()
75 mCleanupMethod = &(cleanup<TYPE>); in alloc()
174 void (*mCleanupMethod)(void*); variable