Searched defs:nMeshGetIndices (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
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.cpp2748 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _primitives, jint numIndices) function
2966 {"rsnMeshGetIndices", "(JJ[J[II)V", (void*)nMeshGetIndices },

Completed in 18 milliseconds