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

/frameworks/compile/slang/
H A Dslang_rs_context.h115 ExportFuncList mExportFuncs; member in class:slang::RSContext
227 return mExportFuncs.begin();
230 return mExportFuncs.end();
232 inline bool hasExportFunc() const { return !mExportFuncs.empty(); }

Completed in 7 milliseconds