Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.h196 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV, unsigned Dimension);
Dslang_rs_reflection.cpp1798 genSetExportVariable(TypeName, EV, 1); in genVectorTypeExportVariable()
1843genSetExportVariable(TypeName, EV, static_cast<const RSExportConstantArrayType *>(ET)->getNumEleme… in genConstantArrayTypeExportVariable()
1856 genSetExportVariable(TypeName, EV, 1); in genRecordTypeExportVariable()
1868 void RSReflectionJava::genSetExportVariable(const std::string &TypeName, in genSetExportVariable() function in slang::RSReflectionJava