Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h129 void genPointerTypeExportVariable(const RSExportVar *EV);
130 void genMatrixTypeExportVariable(const RSExportVar *EV);
131 void genRecordTypeExportVariable(const RSExportVar *EV);
133 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);
134 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
135 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);
136 void genGetterAndSetter(const RSExportRecordType *ERT, const RSExportVar *EV);
Dslang_rs_reflection.h36 class RSExportVar; variable
187 void genExportVariable(const RSExportVar *EV);
188 void genPrimitiveTypeExportVariable(const RSExportVar *EV);
189 void genPointerTypeExportVariable(const RSExportVar *EV);
190 void genVectorTypeExportVariable(const RSExportVar *EV);
191 void genMatrixTypeExportVariable(const RSExportVar *EV);
192 void genConstantArrayTypeExportVariable(const RSExportVar *EV);
193 void genRecordTypeExportVariable(const RSExportVar *EV);
196 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV, unsigned Dimension);
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.cpp225 const RSExportVar *ev = *I; in genFieldsToStoreExportVariableValues()
481 const RSExportVar *EV = *I; in writeImplementationFile()
514 const RSExportVar *EV = *I; in genExportVariablesGetterAndSetter()
550 const RSExportVar *EV) { in genGetterAndSetter()
583 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()
618 const RSExportVar *EV) { in genGetterAndSetter()
649 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()
677 const RSExportVar *EV) { in genGetterAndSetter()
698 const RSExportVar *EV) { in genGetterAndSetter()
Dslang_rs_context.h55 class RSExportVar; variable
68 typedef std::list<RSExportVar*> ExportVarList;
Dslang_rs_context.cpp86 RSExportVar *EV = new RSExportVar(this, VD, ET); in processExportVar()
Dslang_rs_reflection.cpp508 const RSExportVar *EV = *I; in genScriptClassConstructor()
722 void RSReflectionJava::genExportVariable(const RSExportVar *EV) { in genExportVariable()
1650 void RSReflectionJava::genPrimitiveTypeExportVariable(const RSExportVar *EV) { in genPrimitiveTypeExportVariable()
1756 void RSReflectionJava::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()
1790 void RSReflectionJava::genVectorTypeExportVariable(const RSExportVar *EV) { in genVectorTypeExportVariable()
1803 void RSReflectionJava::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()
1833 RSReflectionJava::genConstantArrayTypeExportVariable(const RSExportVar *EV) { in genConstantArrayTypeExportVariable()
1848 void RSReflectionJava::genRecordTypeExportVariable(const RSExportVar *EV) { in genRecordTypeExportVariable()
1869 const RSExportVar *EV, in genSetExportVariable()
Dslang_backend.cpp525 const RSExportVar *EV = *I; in dumpExportVarInfo()