Searched refs:pfs (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/ |
D | rsProgramStore.cpp | 112 ProgramStore *pfs = new ProgramStore(rsc, in getProgramStore() local 116 returnRef.set(pfs); in getProgramStore() 118 pfs->init(); in getProgramStore() 121 rsc->mStateFragmentStore.mStorePrograms.push(pfs); in getProgramStore()
|
D | rsContext.cpp | 666 void Context::setProgramStore(ProgramStore *pfs) { in setProgramStore() argument 668 if (pfs == nullptr) { in setProgramStore() 671 mFragmentStore.set(pfs); in setProgramStore() 816 ProgramStore *pfs = static_cast<ProgramStore *>(vpfs); in rsi_ContextBindProgramStore() local 817 rsc->setProgramStore(pfs); in rsi_ContextBindProgramStore()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 292 native void rsnContextBindProgramStore(long con, long pfs); in rsnContextBindProgramStore() argument 293 synchronized void nContextBindProgramStore(long pfs) { in nContextBindProgramStore() argument 295 rsnContextBindProgramStore(mContext, pfs); in nContextBindProgramStore()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2573 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) in nContextBindProgramStore() argument 2576 ALOGD("nContextBindProgramStore, con(%p), pfs(%p)", (RsContext)con, (RsProgramStore)pfs); in nContextBindProgramStore() 2578 rsContextBindProgramStore((RsContext)con, (RsProgramStore)pfs); in nContextBindProgramStore()
|