Searched refs:nMeshGetVertices (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DMesh.java160 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount);
H A DRenderScript.java673 synchronized void nMeshGetVertices(int id, int[] vtxIds, int vtxIdCount) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1358 nMeshGetVertices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _ids, int numVtxIDs) function
1360 LOG_API("nMeshGetVertices, con(%p), Mesh(%p)", con, (RsMesh)mesh);
1375 LOG_API("nMeshGetVertices, con(%p), Mesh(%p)", con, (RsMesh)mesh);
1522 {"rsnMeshGetVertices", "(II[II)V", (void*)nMeshGetVertices },

Completed in 677 milliseconds