HomeSort by relevance Sort by last modified time
    Searched refs:indexBuffers (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/
rsMesh.cpp 28 mHal.state.indexBuffers = NULL;
45 mHal.state.indexBuffers = new Allocation *[mHal.state.indexBuffersCount];
50 mHal.state.indexBuffers[i] = NULL;
69 delete[] mHal.state.indexBuffers;
99 if (mHal.state.indexBuffers[pCount]) {
101 mHal.state.indexBuffers[pCount]->serialize(rsc, stream);
131 ObjectBaseRef<Allocation> *indexBuffers = NULL;
134 indexBuffers = new ObjectBaseRef<Allocation>[primitivesCount];
145 indexBuffers[pCount].set(indexAlloc);
156 mesh->setPrimitive(indexBuffers[pCount].get(), primitives[pCount], pCount)
    [all...]
rsMesh.h 48 // indexBuffers[i] could be NULL, in which case only primitives[i] is used
49 Allocation **indexBuffers;
74 mHal.state.indexBuffers[index] = idx;
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_mesh.c 44 rs_allocation returnAlloc = {mesh->mHal.state.indexBuffers[index]};
rs_structs.h 254 // indexBuffers[i] could be NULL, in which case only primitives[i] is used
255 void **indexBuffers;
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 358 Allocation[] indexBuffers = new Allocation[mIndexTypes.size()];
382 indexBuffers[ct] = alloc;
392 newMesh.mIndexBuffers = indexBuffers;
513 Allocation[] indexBuffers = new Allocation[mIndexTypes.size()];
526 indexBuffers[ct] = entry.a;
536 newMesh.mIndexBuffers = indexBuffers;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 416 IntBuffer[] indexBuffers = new IntBuffer[bevelObject.size()];
475 IntBuffer indexBuffer = indexBuffers[geomIndex];
485 indexBuffers[geomIndex] = indexBuffer;
504 int[] allIndices = BufferUtils.getIntArray(indexBuffers[geomIndex]);
525 mesh.setBuffer(Type.Index, 3, indexBuffers[i]);
  /frameworks/rs/driver/
rsdMeshObj.cpp 161 const Allocation *idxAlloc = mRSMesh->mHal.state.indexBuffers[primIndex];

Completed in 776 milliseconds