Home
last modified time | relevance | path

Searched refs:addForEachParam (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_state.h254 void addForEachParam(const RSExportForEach *EF, const RSExportType *Type);
Dslang_rs_reflection_state.cpp430 void ReflectionState::addForEachParam(const RSExportForEach *EF, const RSExportType *Type) { in addForEachParam() function in slang::ReflectionState
Dslang_rs_reflection.cpp1065 mState->addForEachParam(EF, (*I)->getType()); in genExportForEach()