Home | History | Annotate | Download | only in jni

Lines Matching refs:pf

2594 nContextBindProgramFragment(JNIEnv *_env, jobject _this, jlong con, jlong pf)
2597 ALOGD("nContextBindProgramFragment, con(%p), pf(%p)", (RsContext)con,
2598 (RsProgramFragment)pf);
2600 rsContextBindProgramFragment((RsContext)con, (RsProgramFragment)pf);
2604 nContextBindProgramVertex(JNIEnv *_env, jobject _this, jlong con, jlong pf)
2607 ALOGD("nContextBindProgramVertex, con(%p), pf(%p)", (RsContext)con, (RsProgramVertex)pf);
2609 rsContextBindProgramVertex((RsContext)con, (RsProgramVertex)pf);
2613 nContextBindProgramRaster(JNIEnv *_env, jobject _this, jlong con, jlong pf)
2616 ALOGD("nContextBindProgramRaster, con(%p), pf(%p)", (RsContext)con, (RsProgramRaster)pf);
2618 rsContextBindProgramRaster((RsContext)con, (RsProgramRaster)pf);