Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.h191 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV);
Dslang_rs_reflection.cpp1084 genSetExportVariable(TypeName, EV); in genVectorTypeExportVariable()
1128 genSetExportVariable(TypeName, EV); in genConstantArrayTypeExportVariable()
1141 genSetExportVariable(TypeName, EV); in genRecordTypeExportVariable()
1152 void RSReflectionJava::genSetExportVariable(const std::string &TypeName, in genSetExportVariable() function in slang::RSReflectionJava