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

/frameworks/rs/cpu_ref/
H A DrsCpuScript.h123 RootFunc_t mRoot;
124 RootFunc_t mRootExpand;
H A DrsCpuCore.h44 typedef int (*RootFunc_t)(void); typedef in namespace:android::renderscript
H A DrsCpuScript.cpp266 mRoot = (RootFunc_t) dlsym(mScriptSO, "root");
270 mRootExpand = (RootFunc_t) dlsym(mScriptSO, "root.expand");

Completed in 4409 milliseconds