Searched defs:primitives (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/
H A DrsMesh.h48 // indexBuffers[i] could be NULL, in which case only primitives[i] is used
51 RsPrimitive *primitives; member in struct:android::renderscript::Mesh::Hal::State
75 mHal.state.primitives[index] = prim;
H A DrsMesh.cpp26 mHal.state.primitives = NULL;
44 mHal.state.primitives = new RsPrimitive[mHal.state.primitivesCount];
47 mHal.state.primitives[i] = RS_PRIMITIVE_POINT;
68 delete[] mHal.state.primitives;
93 // Store the primitives
95 stream->addU8((uint8_t)mHal.state.primitives[pCount]);
129 RsPrimitive *primitives = NULL; local
132 primitives = new RsPrimitive[primitivesCount];
134 // load all primitives
136 primitives[pCoun
[all...]
/frameworks/rs/driver/runtime/
H A Drs_structs.h278 // indexBuffers[i] could be NULL, in which case only primitives[i] is used
281 rs_primitive *primitives; member in struct:Mesh::__anon1495::__anon1496
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java847 native void rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount); argument
848 synchronized void nMeshGetIndices(long id, long[] idxIds, int[] primitives, int vtxIdCount) { argument
850 rsnMeshGetIndices(mContext, id, idxIds, primitives, vtxIdCount);
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 918 milliseconds