Home | History | Annotate | Download | only in jni

Lines Matching full:norm

350 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size)
352 LOG_API("nElementCreate, con(%p), type(%i), kind(%i), norm(%i), size(%i)", con, type, kind, norm, size);
353 return (jint)rsElementCreate(con, (RsDataType)type, (RsDataKind)kind, norm, size);