Searched defs:vtxIdCount (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 836 native void rsnMeshGetVertices(int con, int id, int[] vtxIds, int vtxIdCount); in rsnMeshGetVertices() 837 synchronized void nMeshGetVertices(int id, int[] vtxIds, int vtxIdCount) { in nMeshGetVertices() 841 native void rsnMeshGetIndices(int con, int id, int[] idxIds, int[] primitives, int vtxIdCount); in rsnMeshGetIndices() 842 synchronized void nMeshGetIndices(int id, int[] idxIds, int[] primitives, int vtxIdCount) { in nMeshGetIndices()
|