Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdMeshObj.cpp40 mAttribAllocationIndex = nullptr; in RsdMeshObj()
49 delete[] mAttribAllocationIndex; in ~RsdMeshObj()
92 delete [] mAttribAllocationIndex; in init()
94 mAttribAllocationIndex = nullptr; in init()
101 mAttribAllocationIndex = new uint32_t[mAttribCount]; in init()
124 mAttribAllocationIndex[userNum] = ct; in init()
149 uint32_t allocIndex = mAttribAllocationIndex[ct]; in renderPrimitiveRange()
DrsdMeshObj.h57 uint32_t *mAttribAllocationIndex; variable