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

/frameworks/compile/slang/
H A 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);
H A Dslang_rs_export_var.h34 class RSExportVar : public RSExportable { class in namespace:slang
48 RSExportVar(RSContext *Context,
66 }; // RSExportVar
H A Dslang_rs_reflection.h36 class RSExportVar;
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);
H A Dslang_rs_export_var.cpp29 RSExportVar::RSExportVar(RSContext *Context, function in class:slang::RSExportVar
H A Dslang_rs_reflection_cpp.cpp220 const RSExportVar *ev = *I;
361 const RSExportVar *EV = *I;
503 const RSExportVar *EV = *I;
539 const RSExportVar *EV) {
572 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) {
607 const RSExportVar *EV) {
638 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) {
643 const RSExportVar *EV) {
648 const RSExportVar *EV) {
H A Dslang_rs_context.cpp79 RSExportVar *EV = new RSExportVar(this, VD, ET);
H A Dslang_rs_context.h48 class RSExportVar;
60 typedef std::list<RSExportVar*> ExportVarList;
H A Dslang_rs_reflection.cpp394 const RSExportVar *EV = *I;
578 void RSReflectionJava::genExportVariable(const RSExportVar *EV) {
936 void RSReflectionJava::genPrimitiveTypeExportVariable(const RSExportVar *EV) {
1042 void RSReflectionJava::genPointerTypeExportVariable(const RSExportVar *EV) {
1076 void RSReflectionJava::genVectorTypeExportVariable(const RSExportVar *EV) {
1089 void RSReflectionJava::genMatrixTypeExportVariable(const RSExportVar *EV) {
1119 RSReflectionJava::genConstantArrayTypeExportVariable(const RSExportVar *EV) {
1133 void RSReflectionJava::genRecordTypeExportVariable(const RSExportVar *EV) {
1153 const RSExportVar *EV) {
H A Dslang_rs_backend.cpp197 const RSExportVar *EV = *I;

Completed in 98 milliseconds