Searched refs:RootFunc_t (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/driver/
H A DrsdCore.h33 typedef int (* RootFunc_t)(void); typedef
/frameworks/rs/cpu_ref/
H A DrsCpuScript.h56 typedef int (* RootFunc_t)(void); typedef in class:android::renderscript::RsdCpuScriptImpl
146 RootFunc_t mRoot;
147 RootFunc_t mRootExpand;
H A DrsCpuScript.cpp502 mRoot = (RootFunc_t) dlsym(mScriptSO, "root");
506 mRootExpand = (RootFunc_t) dlsym(mScriptSO, "root.expand");

Completed in 216 milliseconds