Home
last modified time | relevance | path

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

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java962 native void rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount); in rsnMeshGetVertices()
963 synchronized void nMeshGetVertices(long id, long[] vtxIds, int vtxIdCount) { in nMeshGetVertices()