Home | History | Annotate | Download | only in jni

Lines Matching defs:nMeshGetVertices

1517 nMeshGetVertices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _ids, int numVtxIDs)
1519 LOG_API("nMeshGetVertices, con(%p), Mesh(%p)", con, (RsMesh)mesh);
1534 LOG_API("nMeshGetVertices, con(%p), Mesh(%p)", con, (RsMesh)mesh);
1692 {"rsnMeshGetVertices", "(II[II)V", (void*)nMeshGetVertices },