HomeSort by relevance Sort by last modified time
    Searched refs:RootFunc_t (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuScript.h 121 RootFunc_t mRoot;
122 RootFunc_t mRootExpand;
rsCpuCore.h 42 typedef int (*RootFunc_t)(void);
rsCpuScript.cpp 282 mRoot = (RootFunc_t) dlsym(mScriptSO, "root");
286 mRootExpand = (RootFunc_t) dlsym(mScriptSO, "root.expand");
    [all...]

Completed in 138 milliseconds