Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_context.h100 ExportFuncList mExportFuncs; variable
181 return mExportFuncs.begin(); in export_funcs_begin()
184 return mExportFuncs.end(); in export_funcs_end()
186 inline bool hasExportFunc() const { return !mExportFuncs.empty(); } in hasExportFunc()
Dslang_rs_context.cpp136 mExportFuncs.push_back(EF); in processExportFunc()