Home | History | Annotate | Download | only in jni

Lines Matching refs:nElementCreate

409 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size)
411 LOG_API("nElementCreate, con(%p), type(%i), kind(%i), norm(%i), size(%i)", (RsContext)con, type, kind, norm, size);
1722 {"rsnElementCreate", "(JJIZI)J", (void*)nElementCreate },