Searched refs:nMeshGetIndices (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DMesh.java161 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount);
H A DRenderScript.java961 synchronized void nMeshGetIndices(long id, long[] idxIds, int[] primitives, int vtxIdCount) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2736 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _primitives, jint numIndices) function
2954 {"rsnMeshGetIndices", "(JJ[J[II)V", (void*)nMeshGetIndices },

Completed in 137 milliseconds