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

/frameworks/rs/cpu_ref/
H A DrsCpuScript.h121 RootFunc_t mRoot;
122 RootFunc_t mRootExpand;
H A DrsCpuCore.h42 typedef int (*RootFunc_t)(void); typedef in namespace:android::renderscript
H A DrsCpuScript.cpp282 mRoot = (RootFunc_t) dlsym(mScriptSO, "root");
286 mRootExpand = (RootFunc_t) dlsym(mScriptSO, "root.expand");

Completed in 57 milliseconds