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

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java678 synchronized void nMeshGetIndices(int id, int[] idxIds, int[] primitives, int vtxIdCount) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1373 nMeshGetIndices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _idxIds, jintArray _primitives, int numIndices) function
1523 {"rsnMeshGetIndices", "(II[I[II)V", (void*)nMeshGetIndices },

Completed in 147 milliseconds