Home
last modified time | relevance | path

Searched refs:RSExportVar (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h112 void genPointerTypeExportVariable(const RSExportVar *EV);
113 void genMatrixTypeExportVariable(const RSExportVar *EV);
114 void genRecordTypeExportVariable(const RSExportVar *EV);
116 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);
117 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
118 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);
119 void genGetterAndSetter(const RSExportRecordType *ERT, const RSExportVar *EV);
Dslang_rs_reflection.h36 class RSExportVar; variable
182 void genExportVariable(const RSExportVar *EV);
183 void genPrimitiveTypeExportVariable(const RSExportVar *EV);
184 void genPointerTypeExportVariable(const RSExportVar *EV);
185 void genVectorTypeExportVariable(const RSExportVar *EV);
186 void genMatrixTypeExportVariable(const RSExportVar *EV);
187 void genConstantArrayTypeExportVariable(const RSExportVar *EV);
188 void genRecordTypeExportVariable(const RSExportVar *EV);
191 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV);
Dslang_rs_export_var.h34 class RSExportVar : public RSExportable {
48 RSExportVar(RSContext *Context,
Dslang_rs_export_var.cpp29 RSExportVar::RSExportVar(RSContext *Context, in RSExportVar() function in slang::RSExportVar
Dslang_rs_reflection_cpp.cpp220 const RSExportVar *ev = *I; in genFieldsToStoreExportVariableValues()
361 const RSExportVar *EV = *I; in writeImplementationFile()
503 const RSExportVar *EV = *I; in genExportVariablesGetterAndSetter()
539 const RSExportVar *EV) { in genGetterAndSetter()
572 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()
607 const RSExportVar *EV) { in genGetterAndSetter()
638 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()
643 const RSExportVar *EV) { in genGetterAndSetter()
648 const RSExportVar *EV) { in genGetterAndSetter()
Dslang_rs_context.cpp79 RSExportVar *EV = new RSExportVar(this, VD, ET); in processExportVar()
Dslang_rs_context.h48 class RSExportVar; variable
60 typedef std::list<RSExportVar*> ExportVarList;
Dslang_rs_reflection.cpp394 const RSExportVar *EV = *I; in genScriptClassConstructor()
578 void RSReflectionJava::genExportVariable(const RSExportVar *EV) { in genExportVariable()
936 void RSReflectionJava::genPrimitiveTypeExportVariable(const RSExportVar *EV) { in genPrimitiveTypeExportVariable()
1042 void RSReflectionJava::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()
1076 void RSReflectionJava::genVectorTypeExportVariable(const RSExportVar *EV) { in genVectorTypeExportVariable()
1089 void RSReflectionJava::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()
1119 RSReflectionJava::genConstantArrayTypeExportVariable(const RSExportVar *EV) { in genConstantArrayTypeExportVariable()
1133 void RSReflectionJava::genRecordTypeExportVariable(const RSExportVar *EV) { in genRecordTypeExportVariable()
1153 const RSExportVar *EV) { in genSetExportVariable()
Dslang_rs_backend.cpp197 const RSExportVar *EV = *I; in dumpExportVarInfo()