Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DMesh.java161 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount); in updateFromNative()
DRenderScript.java961 synchronized void nMeshGetIndices(long id, long[] idxIds, int[] primitives, int vtxIdCount) { in nMeshGetIndices() method in RenderScript
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2747 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _… in nMeshGetIndices() function
2965 …nMeshGetIndices", "(JJ[J[II)V", (void*)nMeshGetIndices },