Searched refs:pfs (Results 1 - 5 of 5) sorted by path

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java170 native void rsnContextBindProgramStore(int con, int pfs); argument
171 synchronized void nContextBindProgramStore(int pfs) { argument
173 rsnContextBindProgramStore(mContext, pfs);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1259 nContextBindProgramStore(JNIEnv *_env, jobject _this, RsContext con, jint pfs) argument
1261 LOG_API("nContextBindProgramStore, con(%p), pfs(%p)", con, (RsProgramStore)pfs);
1262 rsContextBindProgramStore(con, (RsProgramStore)pfs);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DUiTest.java258 ProgramFragment pfs = builder.create();
259 pfs.bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(mRS), 0);
260 mUiScript.set_gPFStars(pfs);
/frameworks/rs/
H A DrsContext.cpp576 void Context::setProgramStore(ProgramStore *pfs) { argument
578 if (pfs == NULL) {
581 mFragmentStore.set(pfs);
701 ProgramStore *pfs = static_cast<ProgramStore *>(vpfs); local
702 rsc->setProgramStore(pfs);
H A DrsProgramStore.cpp112 ProgramStore *pfs = new ProgramStore(rsc, local
116 returnRef.set(pfs);
118 pfs->init();
121 rsc->mStateFragmentStore.mStorePrograms.push(pfs);

Completed in 62 milliseconds