Searched refs:mAttribAllocationIndex (Results 1 – 2 of 2) sorted by relevance
40 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()
57 uint32_t *mAttribAllocationIndex; variable