Searched refs:RSExportVar (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.h | 129 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);
|
D | slang_rs_reflection.h | 36 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);
|
D | slang_rs_export_var.h | 34 class RSExportVar : public RSExportable { 48 RSExportVar(RSContext *Context,
|
D | slang_rs_export_var.cpp | 29 RSExportVar::RSExportVar(RSContext *Context, in RSExportVar() function in slang::RSExportVar
|
D | slang_rs_reflection_cpp.cpp | 225 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()
|
D | slang_rs_context.h | 55 class RSExportVar; variable 68 typedef std::list<RSExportVar*> ExportVarList;
|
D | slang_rs_context.cpp | 86 RSExportVar *EV = new RSExportVar(this, VD, ET); in processExportVar()
|
D | slang_rs_reflection.cpp | 508 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()
|
D | slang_backend.cpp | 525 const RSExportVar *EV = *I; in dumpExportVarInfo()
|