Searched defs:indexBuffers (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsMesh.h48 // indexBuffers[i] could be nullptr, in which case only primitives[i] is used
49 Allocation **indexBuffers; member in struct:android::renderscript::Mesh::Hal::State
74 mHal.state.indexBuffers[index] = idx;
H A DrsMesh.cpp28 mHal.state.indexBuffers = nullptr;
45 mHal.state.indexBuffers = new Allocation *[mHal.state.indexBuffersCount];
50 mHal.state.indexBuffers[i] = nullptr;
69 delete[] mHal.state.indexBuffers;
97 if (mHal.state.indexBuffers[pCount]) {
99 mHal.state.indexBuffers[pCount]->serialize(rsc, stream);
128 ObjectBaseRef<Allocation> *indexBuffers = nullptr; local
131 indexBuffers = new ObjectBaseRef<Allocation>[primitivesCount];
142 indexBuffers[pCount].set(indexAlloc);
153 mesh->setPrimitive(indexBuffers[pCoun
[all...]
/frameworks/rs/driver/runtime/
H A Drs_structs.h295 // indexBuffers[i] could be nullptr, in which case only primitives[i] is used
296 void **indexBuffers; member in struct:Mesh::__anon2010::__anon2011

Completed in 1387 milliseconds