Home | History | Annotate | Download | only in jni

Lines Matching refs:pfs

1419 nContextBindProgramStore(JNIEnv *_env, jobject _this, RsContext con, jint pfs)
1421 LOG_API("nContextBindProgramStore, con(%p), pfs(%p)", con, (RsProgramStore)pfs);
1422 rsContextBindProgramStore(con, (RsProgramStore)pfs);