Home
last modified time | relevance | path

Searched defs:EI (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_element.cpp59 ElementInfo *EI = new ElementInfo; in Init() local
73 const ElementInfo *EI) { in Create()
134 const ElementInfo* EI = nullptr; in CreateFromDecl() local
Dslang_rs_context.cpp239 for (NeedExportTypeSet::const_iterator EI = mNeedExportTypes.begin(), in processExport() local
Dslang_rs_reflection.cpp424 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genScriptClassConstructor() local
707 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach() local
753 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); BI != EI; in genExportForEach() local
787 for (RSExportForEach::InTypeIter BI = InTypes.begin(), EI = InTypes.end(); in genExportForEach() local
Dslang_rs_reflection_cpp.cpp192 EI = InTypes.end(); BI != EI; BI++) { in genTypeInstancesUsedInForEach() local
266 for (RSExportForEach::InIter BI = Ins.begin(), EI = Ins.end(); in genForEachDeclarations() local
Dslang_rs_export_foreach.cpp538 for (InIter BI = FE->mIns.begin(), EI = FE->mIns.end(); BI != EI; BI++) { in Create() local