Home | History | Annotate | Download | only in renderscript

Lines Matching refs:primitives

841     native void rsnMeshGetIndices(int con, int id, int[] idxIds, int[] primitives, int vtxIdCount);
842 synchronized void nMeshGetIndices(int id, int[] idxIds, int[] primitives, int vtxIdCount) {
844 rsnMeshGetIndices(mContext, id, idxIds, primitives, vtxIdCount);