Home
last modified time | relevance | path

Searched defs:DriverInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsScript.h67 struct DriverInfo { struct
68 int mVersionMajor;
69 int mVersionMinor;
71 size_t exportedVariableCount;
72 size_t exportedFunctionCount;
73 size_t exportedPragmaCount;
74 char const **exportedPragmaKeyList;
75 char const **exportedPragmaValueList;
76 const std::pair<const char *, uint32_t> *exportedForeachFuncList;
78 int (* root)();
DrsScriptGroup.h76 struct DriverInfo { struct