Searched refs:nMeshGetIndices (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | Mesh.java | 161 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount); in updateFromNative()
|
D | RenderScript.java | 961 synchronized void nMeshGetIndices(long id, long[] idxIds, int[] primitives, int vtxIdCount) { in nMeshGetIndices() method in RenderScript
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2747 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _… in nMeshGetIndices() function 2965 …nMeshGetIndices", "(JJ[J[II)V", (void*)nMeshGetIndices },
|