Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVertexBuffer.h44 , mCleanupMethod(NULL) in VertexBuffer()
49 if (mCleanupMethod) mCleanupMethod(mBuffer); in ~VertexBuffer()
76 mCleanupMethod = &(cleanup<TYPE>); in alloc()
173 void (*mCleanupMethod)(void*); variable