Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DRenderScript.java955 native void rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount); in rsnMeshGetVertices() argument
956 synchronized void nMeshGetVertices(long id, long[] vtxIds, int vtxIdCount) { in nMeshGetVertices() argument
958 rsnMeshGetVertices(mContext, id, vtxIds, vtxIdCount); in nMeshGetVertices()