Searched refs:vtxIdCount (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 962 native void rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount); in rsnMeshGetVertices() argument 963 synchronized void nMeshGetVertices(long id, long[] vtxIds, int vtxIdCount) { in nMeshGetVertices() argument 965 rsnMeshGetVertices(mContext, id, vtxIds, vtxIdCount); in nMeshGetVertices() 967 … native void rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount); in rsnMeshGetIndices() argument 968 synchronized void nMeshGetIndices(long id, long[] idxIds, int[] primitives, int vtxIdCount) { in nMeshGetIndices() argument 970 rsnMeshGetIndices(mContext, id, idxIds, primitives, vtxIdCount); in nMeshGetIndices()
|