Home
last modified time | relevance | path

Searched refs:mExportFuncs (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_context.h101 ExportFuncList mExportFuncs; variable
185 return mExportFuncs.begin(); in export_funcs_begin()
188 return mExportFuncs.end(); in export_funcs_end()
190 inline bool hasExportFunc() const { return !mExportFuncs.empty(); } in hasExportFunc()
Dslang_rs_context.cpp117 mExportFuncs.push_back(EF); in processExportFunc()