Home
last modified time | relevance | path

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

/frameworks/rs/
Drsg.spec12 ret RsProgramStore
89 param RsProgramStore pgm
DrsEnv.h15 typedef void * RsProgramStore; typedef
DrsProgramStore.cpp146 RsProgramStore rsi_ProgramStoreCreate(Context *rsc, in rsi_ProgramStoreCreate()
DrsDefines.h55 typedef void * RsProgramStore; typedef
DrsContext.cpp837 void rsi_ContextBindProgramStore(Context *rsc, RsProgramStore vpfs) { in rsi_ContextBindProgramStore()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1527 LOG_API("nContextBindProgramStore, con(%p), pfs(%p)", (RsContext)con, (RsProgramStore)pfs); in nContextBindProgramStore()
1528 rsContextBindProgramStore((RsContext)con, (RsProgramStore)pfs); in nContextBindProgramStore()