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

  /frameworks/compile/slang/
slang_rs_reflection.h 208 bool genTypeClass(const RSExportRecordType *ERT, std::string &ErrorMsg);
209 void genTypeItemClass(const RSExportRecordType *ERT);
210 void genTypeClassConstructor(const RSExportRecordType *ERT);
211 void genTypeClassCopyToArray(const RSExportRecordType *ERT);
212 void genTypeClassCopyToArrayLocal(const RSExportRecordType *ERT);
213 void genTypeClassItemSetter(const RSExportRecordType *ERT);
214 void genTypeClassItemGetter(const RSExportRecordType *ERT);
215 void genTypeClassComponentSetter(const RSExportRecordType *ERT);
216 void genTypeClassComponentGetter(const RSExportRecordType *ERT);
217 void genTypeClassCopyAll(const RSExportRecordType *ERT);
    [all...]
slang_rs_reflection.cpp 79 const RSExportRecordType *ERT,
546 const RSExportRecordType *ERT =
553 << " = new " << ERT->getElementName()
556 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
557 E = ERT->fields_end();
639 const RSExportRecordType *ERT = EF->getParamPacketType();
642 if (genCreateFieldPacker(ERT, FieldPackerName.c_str()))
643 genPackVarOfType(ERT, NULL, FieldPackerName.c_str());
708 const RSExportRecordType *ERT = EF->getParamPacketType();
709 if (ERT) {
    [all...]
slang_rs_export_func.cpp 135 const RSExportRecordType *ERT = mParamPacketType;
137 if (ERT->getFields().size() != ParamTy->getNumElements())
144 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
145 FE = ERT->fields_end(); FI != FE; FI++, Index++) {
slang_rs.cpp 109 RSExportRecordType *ERT = static_cast<RSExportRecordType *>(ET);
113 if (ERT->isArtificial())
116 // Key to lookup ERT in ReflectedDefinitions
117 llvm::StringRef RDKey(ERT->getName());
146 if (Reflected->equals(ERT)) {
149 BI = ERT->fields_begin();
169 ME->setValue(std::make_pair(ERT, CurInputFile));
174 // Take the ownership of ERT such that it won't be freed in ~RSContext().
175 ERT->keep();
slang_rs_reflection_cpp.cpp 279 const RSExportRecordType *ERT = ForEach->getParamPacketType();
280 if (ERT) {
403 const RSExportRecordType *ERT = ef->getParamPacketType();
404 if (ERT) {
432 if (ERT) {
433 if (genCreateFieldPacker(ERT, FieldPackerName.c_str())) {
434 genPackVarOfType(ERT, NULL, FieldPackerName.c_str());
647 void RSReflectionCpp::genGetterAndSetter(const RSExportRecordType *ERT,
756 const RSExportRecordType *ERT = static_cast<const RSExportRecordType *>(ET);
760 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin()
    [all...]
slang_rs_reflection_cpp.h 119 void genGetterAndSetter(const RSExportRecordType *ERT, const RSExportVar *EV);
slang_rs_export_type.cpp     [all...]
slang_rs_backend.cpp 461 const RSExportRecordType *ERT =
480 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
481 FE = ERT->fields_end();

Completed in 166 milliseconds