Home
last modified time | relevance | path

Searched defs:pfs (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DrsProgramStore.cpp112 ProgramStore *pfs = new ProgramStore(rsc, in getProgramStore() local
DrsContext.cpp664 void Context::setProgramStore(ProgramStore *pfs) { in setProgramStore()
814 ProgramStore *pfs = static_cast<ProgramStore *>(vpfs); in rsi_ContextBindProgramStore() local
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java292 native void rsnContextBindProgramStore(long con, long pfs); in rsnContextBindProgramStore()
293 synchronized void nContextBindProgramStore(long pfs) { in nContextBindProgramStore()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2573 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) in nContextBindProgramStore()