Searched refs:vtxIds (Results 1 – 1 of 1) sorted by relevance
968 native void rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount); in rsnMeshGetVertices() argument969 synchronized void nMeshGetVertices(long id, long[] vtxIds, int vtxIdCount) { in nMeshGetVertices() argument971 rsnMeshGetVertices(mContext, id, vtxIds, vtxIdCount); in nMeshGetVertices()