Searched refs:mAttribAllocationIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/
H A DrsdMeshObj.cpp36 mAttribAllocationIndex = NULL;
45 delete[] mAttribAllocationIndex;
88 delete [] mAttribAllocationIndex;
90 mAttribAllocationIndex = NULL;
97 mAttribAllocationIndex = new uint32_t[mAttribCount];
120 mAttribAllocationIndex[userNum] = ct;
145 uint32_t allocIndex = mAttribAllocationIndex[ct];
H A DrsdMeshObj.h57 uint32_t *mAttribAllocationIndex; member in class:RsdMeshObj

Completed in 441 milliseconds