Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/renderscript/
DMesh.java161 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount); in updateFromNative()
DRenderScript.java636 synchronized void nMeshGetIndices(int id, int[] idxIds, int[] primitives, int vtxIdCount) { in nMeshGetIndices() method in RenderScript
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp1297 nMeshGetIndices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _idxIds, jintArray… in nMeshGetIndices() function
1440 …nMeshGetIndices", "(II[I[II)V", (void*)nMeshGetIndices },