Home
last modified time | relevance | path

Searched refs:RsProgramStore (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/
Drsg.spec12 ret RsProgramStore
80 param RsProgramStore pgm
DrsEnv.h13 typedef void * RsProgramStore; typedef
DrsProgramStore.cpp146 RsProgramStore rsi_ProgramStoreCreate(Context *rsc, in rsi_ProgramStoreCreate()
DrsDefines.h56 typedef void * RsProgramStore; typedef
DrsContext.cpp813 void rsi_ContextBindProgramStore(Context *rsc, RsProgramStore vpfs) { in rsi_ContextBindProgramStore()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2576 ALOGD("nContextBindProgramStore, con(%p), pfs(%p)", (RsContext)con, (RsProgramStore)pfs); in nContextBindProgramStore()
2578 rsContextBindProgramStore((RsContext)con, (RsProgramStore)pfs); in nContextBindProgramStore()