Searched defs:mExportFuncs (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_context.h100 ExportFuncList mExportFuncs; member in class:slang::RSContext
181 return mExportFuncs.begin();
184 return mExportFuncs.end();
186 inline bool hasExportFunc() const { return !mExportFuncs.empty(); }

Completed in 32 milliseconds