Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_context.h120 ExportFuncList mExportFuncs; variable
236 return mExportFuncs.begin(); in export_funcs_begin()
239 return mExportFuncs.end(); in export_funcs_end()
241 inline bool hasExportFunc() const { return !mExportFuncs.empty(); } in hasExportFunc()
243 return mExportFuncs.size(); in export_funcs_size()
Dslang_rs_context.cpp154 mExportFuncs.push_back(EF); in processExportFunc()