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

  /frameworks/rs/driver/
rsdMeshObj.h 57 uint32_t *mAttribAllocationIndex;
rsdMeshObj.cpp 36 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];

Completed in 179 milliseconds