Home | History | Annotate | Download | only in jni

Lines Matching refs:eid

429 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid,
432 LOG_API("nTypeCreate, con(%p) eid(%p), x(%i), y(%i), z(%i), mips(%i), faces(%i)",
433 con, eid, dimx, dimy, dimz, mips, faces);
435 jint id = (jint)rsTypeCreate(con, (RsElement)eid, dimx, dimy, dimz, mips, faces);