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

/frameworks/compile/slang/
H A 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);
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;
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);
H A Dslang_rs_export_var.cpp29 RSExportVar::RSExportVar(RSContext *Context, function in class:slang::RSExportVar
H A Dslang_rs_reflection_cpp.cpp225 const RSExportVar *ev = *I;
481 const RSExportVar *EV = *I;
514 const RSExportVar *EV = *I;
550 const RSExportVar *EV) {
583 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) {
618 const RSExportVar *EV) {
649 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) {
677 const RSExportVar *EV) {
698 const RSExportVar *EV) {
H A Dslang_rs_context.cpp86 RSExportVar *EV = new RSExportVar(this, VD, ET);
H A Dslang_rs_context.h55 class RSExportVar;
68 typedef std::list<RSExportVar*> ExportVarList;
H A Dslang_rs_reflection.cpp508 const RSExportVar *EV = *I;
722 void RSReflectionJava::genExportVariable(const RSExportVar *EV) {
1650 void RSReflectionJava::genPrimitiveTypeExportVariable(const RSExportVar *EV) {
1756 void RSReflectionJava::genPointerTypeExportVariable(const RSExportVar *EV) {
1790 void RSReflectionJava::genVectorTypeExportVariable(const RSExportVar *EV) {
1803 void RSReflectionJava::genMatrixTypeExportVariable(const RSExportVar *EV) {
1833 RSReflectionJava::genConstantArrayTypeExportVariable(const RSExportVar *EV) {
1848 void RSReflectionJava::genRecordTypeExportVariable(const RSExportVar *EV) {
1869 const RSExportVar *EV,
H A Dslang_backend.cpp525 const RSExportVar *EV = *I;

Completed in 2149 milliseconds