Home | History | Annotate | Download | only in jni

Lines Matching refs:nMeshGetVertexBufferCount

1499 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, RsContext con, jint mesh)
1501 LOG_API("nMeshGetVertexBufferCount, con(%p), Mesh(%p)", con, (RsMesh)mesh);
1690 {"rsnMeshGetVertexBufferCount", "(II)I", (void*)nMeshGetVertexBufferCount },