Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.h230 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV, unsigned Dimension,
Dslang_rs_reflection.cpp2003 genSetExportVariable(TypeName, EV, 1); in genVectorTypeExportVariable()
2049 genSetExportVariable(TypeName, EV, in genConstantArrayTypeExportVariable()
2065 genSetExportVariable(TypeName, EV, 1, AllocSize32); in genRecordTypeExportVariable()
2077 void RSReflectionJava::genSetExportVariable(const std::string &TypeName, in genSetExportVariable() function in slang::RSReflectionJava