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

/frameworks/rs/
H A DrsMesh.h48 // indexBuffers[i] could be NULL, 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 = NULL;
45 mHal.state.indexBuffers = new Allocation *[mHal.state.indexBuffersCount];
50 mHal.state.indexBuffers[i] = NULL;
69 delete[] mHal.state.indexBuffers;
97 if (mHal.state.indexBuffers[pCount]) {
99 mHal.state.indexBuffers[pCount]->serialize(rsc, stream);
128 ObjectBaseRef<Allocation> *indexBuffers = NULL; 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.h278 // indexBuffers[i] could be NULL, in which case only primitives[i] is used
279 void **indexBuffers; member in struct:Mesh::__anon1510::__anon1511

Completed in 440 milliseconds