Searched refs:nMeshGetIndices (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/renderscript/ |
D | Mesh.java | 161 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount); in updateFromNative()
|
D | RenderScript.java | 636 synchronized void nMeshGetIndices(int id, int[] idxIds, int[] primitives, int vtxIdCount) { in nMeshGetIndices() method in RenderScript
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 1297 nMeshGetIndices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _idxIds, jintArray… in nMeshGetIndices() function 1440 …nMeshGetIndices", "(II[I[II)V", (void*)nMeshGetIndices },
|