Searched refs:pfs (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsProgramStore.cpp112 ProgramStore *pfs = new ProgramStore(rsc, local
116 returnRef.set(pfs);
118 pfs->init();
121 rsc->mStateFragmentStore.mStorePrograms.push(pfs);
H A DrsContext.cpp664 void Context::setProgramStore(ProgramStore *pfs) { argument
666 if (pfs == nullptr) {
669 mFragmentStore.set(pfs);
814 ProgramStore *pfs = static_cast<ProgramStore *>(vpfs); local
815 rsc->setProgramStore(pfs);
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java292 native void rsnContextBindProgramStore(long con, long pfs); argument
293 synchronized void nContextBindProgramStore(long pfs) { argument
295 rsnContextBindProgramStore(mContext, pfs);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2573 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) argument
2576 ALOGD("nContextBindProgramStore, con(%p), pfs(%p)", (RsContext)con, (RsProgramStore)pfs);
2578 rsContextBindProgramStore((RsContext)con, (RsProgramStore)pfs);

Completed in 88 milliseconds