Home
last modified time | relevance | path

Searched refs:rsContextBindProgramStore (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DlibRS.map44 rsContextBindProgramStore;
DrsApiStubs.h130 extern "C" void rsContextBindProgramStore (RsContext rsc, RsProgramStore pgm);
DrsApiStubs.cpp740 extern "C" void rsContextBindProgramStore (RsContext ctxWrapper, RsProgramStore pgm) in rsContextBindProgramStore() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2589 rsContextBindProgramStore((RsContext)con, (RsProgramStore)pfs); in nContextBindProgramStore()