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

/frameworks/base/rs/java/android/renderscript/
H A DMesh.java160 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount);
H A DRenderScript.java956 synchronized void nMeshGetVertices(long id, long[] vtxIds, int vtxIdCount) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2718 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxIDs) function
2721 ALOGD("nMeshGetVertices, con(%p), Mesh(%p)", (RsContext)con, (RsMesh)mesh);
2739 ALOGD("nMeshGetVertices, con(%p), Mesh(%p)", (RsContext)con, (RsMesh)mesh);
2953 {"rsnMeshGetVertices", "(JJ[JI)V", (void*)nMeshGetVertices },

Completed in 2934 milliseconds