Searched refs:genInitExportVariable (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.h118 void genInitExportVariable(const RSExportType *ET, const std::string &VarName,
H A Dslang_rs_reflection.h184 void genInitExportVariable(const RSExportType *ET, const std::string &VarName,
H A Dslang_rs_reflection_cpp.cpp483 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
916 void RSReflectionCpp::genInitExportVariable(const RSExportType *ET, function in class:slang::RSReflectionCpp
H A Dslang_rs_reflection.cpp510 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
523 genInitExportVariable(ET, Name.str(), EV->getInitArray(i));
619 void RSReflectionJava::genInitExportVariable(const RSExportType *ET, function in class:slang::RSReflectionJava

Completed in 3682 milliseconds