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

  /frameworks/rs/driver/
rsdCore.h 33 typedef int (* RootFunc_t)(void);
  /frameworks/rs/cpu_ref/
rsCpuScript.h 45 typedef int (* RootFunc_t)(void);
113 RootFunc_t mRoot;
114 RootFunc_t mRootExpand;
rsCpuScript.cpp 490 mRoot = (RootFunc_t) dlsym(mScriptSO, "root");
494 mRootExpand = (RootFunc_t) dlsym(mScriptSO, "root.expand");
    [all...]

Completed in 8138 milliseconds