Home
last modified time | relevance | path

Searched refs:idxIds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
DRenderScript.java635 native void rsnMeshGetIndices(int con, int id, int[] idxIds, int[] primitives, int vtxIdCount); in rsnMeshGetIndices() argument
636 synchronized void nMeshGetIndices(int id, int[] idxIds, int[] primitives, int vtxIdCount) { in nMeshGetIndices() argument
638 rsnMeshGetIndices(mContext, id, idxIds, primitives, vtxIdCount); in nMeshGetIndices()