HomeSort by relevance Sort by last modified time
    Searched refs:mAttribAllocationIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/rs/driver/
rsdMeshObj.h 56 uint32_t *mAttribAllocationIndex;
rsdMeshObj.cpp 36 mAttribAllocationIndex = NULL;
45 delete[] mAttribAllocationIndex;
93 delete [] mAttribAllocationIndex;
95 mAttribAllocationIndex = NULL;
102 mAttribAllocationIndex = new uint32_t[mAttribCount];
125 mAttribAllocationIndex[userNum] = ct;
150 uint32_t allocIndex = mAttribAllocationIndex[ct];

Completed in 97 milliseconds