HomeSort by relevance Sort by last modified time
    Searched refs:RSExportVar (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/slang/
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);
slang_rs_export_var.h 34 class RSExportVar : public RSExportable {
48 RSExportVar(RSContext *Context,
66 }; // RSExportVar
slang_rs_reflection.h 36 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);
slang_rs_export_var.cpp 29 RSExportVar::RSExportVar(RSContext *Context,
slang_rs_reflection_cpp.cpp 225 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) {
    [all...]
slang_rs_context.cpp 86 RSExportVar *EV = new RSExportVar(this, VD, ET);
slang_rs_context.h 55 class RSExportVar;
68 typedef std::list<RSExportVar*> ExportVarList;
slang_rs_reflection.cpp 508 const RSExportVar *EV = *I;
722 void RSReflectionJava::genExportVariable(const RSExportVar *EV) {
    [all...]
slang_backend.cpp 525 const RSExportVar *EV = *I;

Completed in 909 milliseconds