Searched refs:RSExportVar (Results 1 – 11 of 11) 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 | 37 class RSExportVar; variable 221 void genExportVariable(const RSExportVar *EV); 222 void genPrimitiveTypeExportVariable(const RSExportVar *EV); 223 void genPointerTypeExportVariable(const RSExportVar *EV); 224 void genVectorTypeExportVariable(const RSExportVar *EV); 225 void genMatrixTypeExportVariable(const RSExportVar *EV); 226 …void genConstantArrayTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32); 227 void genRecordTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32); 230 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 | 227 const RSExportVar *ev = *I; in genFieldsToStoreExportVariableValues() 483 const RSExportVar *EV = *I; in writeImplementationFile() 516 const RSExportVar *EV = *I; in genExportVariablesGetterAndSetter() 552 const RSExportVar *EV) { in genGetterAndSetter() 585 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable() 620 const RSExportVar *EV) { in genGetterAndSetter() 651 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable() 679 const RSExportVar *EV) { in genGetterAndSetter() 700 const RSExportVar *EV) { in genGetterAndSetter()
|
D | slang_rs_context.cpp | 87 RSExportVar *EV = new RSExportVar(this, VD, ET); in processExportVar()
|
D | slang_rs_reflection_state.h | 38 class RSExportVar; variable 344 Val32 declareVariable(const RSExportVar *EV);
|
D | slang_rs_context.h | 55 class RSExportVar; variable 68 typedef std::list<RSExportVar*> ExportVarList;
|
D | slang_rs_reflection.cpp | 646 const RSExportVar *EV = *I; in genScriptClassConstructor() 860 void RSReflectionJava::genExportVariable(const RSExportVar *EV) { in genExportVariable() 1855 void RSReflectionJava::genPrimitiveTypeExportVariable(const RSExportVar *EV) { in genPrimitiveTypeExportVariable() 1961 void RSReflectionJava::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable() 1995 void RSReflectionJava::genVectorTypeExportVariable(const RSExportVar *EV) { in genVectorTypeExportVariable() 2008 void RSReflectionJava::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable() 2038 RSReflectionJava::genConstantArrayTypeExportVariable(const RSExportVar *EV, in genConstantArrayTypeExportVariable() 2056 void RSReflectionJava::genRecordTypeExportVariable(const RSExportVar *EV, in genRecordTypeExportVariable() 2078 const RSExportVar *EV, in genSetExportVariable()
|
D | slang_rs_reflection_state.cpp | 949 ReflectionState::Val32 ReflectionState::declareVariable(const RSExportVar *EV) { in declareVariable()
|
D | slang_backend.cpp | 764 const RSExportVar *EV = *I; in dumpExportVarInfo()
|