Searched refs:indexBuffers (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/
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...]
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;
/frameworks/rs/driver/runtime/
H A Drs_mesh.c46 rs_allocation returnAlloc = {mesh->mHal.state.indexBuffers[index]};
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
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java356 Allocation[] indexBuffers = new Allocation[mIndexTypes.size()];
380 indexBuffers[ct] = alloc;
390 newMesh.mIndexBuffers = indexBuffers;
511 Allocation[] indexBuffers = new Allocation[mIndexTypes.size()];
524 indexBuffers[ct] = entry.a;
534 newMesh.mIndexBuffers = indexBuffers;
/frameworks/rs/driver/
H A DrsdMeshObj.cpp161 const Allocation *idxAlloc = mRSMesh->mHal.state.indexBuffers[primIndex];

Completed in 1164 milliseconds