Home | History | Annotate | Download | only in renderscript

Lines Matching refs:primitives

121     * @return number of primitives or index sets in the mesh
143 * @param slot locaiton within the list of index set primitives
159 int[] primitives = new int[idxCount];
162 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount);
180 mPrimitives[i] = Primitive.values()[primitives[i]];
359 Primitive[] primitives = new Primitive[mIndexTypes.size()];
383 primitives[ct] = entry.prim;
393 newMesh.mPrimitives = primitives;
514 Primitive[] primitives = new Primitive[mIndexTypes.size()];
527 primitives
537 newMesh.mPrimitives = primitives;