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

/frameworks/compile/slang/
H A Dslang_rs_context.h101 ExportFuncList mExportFuncs; member in class:slang::RSContext
185 return mExportFuncs.begin();
188 return mExportFuncs.end();
190 inline bool hasExportFunc() const { return !mExportFuncs.empty(); }

Completed in 98 milliseconds