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

  /frameworks/compile/slang/
slang_rs_export_func.cpp 138 const RSExportRecordType *ERT = mParamPacketType;
140 if (ERT->getFields().size() != ParamTy->getNumElements())
147 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
148 FE = ERT->fields_end(); FI != FE; FI++, Index++) {
slang_rs.cpp 95 RSExportRecordType *ERT = static_cast<RSExportRecordType *>(ET);
99 if (ERT->isArtificial())
102 // Key to lookup ERT in ReflectedDefinitions
103 llvm::StringRef RDKey(ERT->getName());
132 if (Reflected->equals(ERT)) {
135 BI = ERT->fields_begin();
156 ME->setValue(std::make_pair(ERT, CurInputFile));
161 // Take the ownership of ERT such that it won't be freed in ~RSContext().
162 ERT->keep();
slang_rs_backend.cpp 452 const RSExportRecordType *ERT =
471 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
472 FE = ERT->fields_end();
slang_rs_export_type.cpp     [all...]
slang_rs_reflection.cpp 825 const RSExportRecordType *ERT =
832 << " = new "RS_TYPE_CLASS_NAME_PREFIX << ERT->getName()
835 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
836 E = ERT->fields_end();
    [all...]

Completed in 26 milliseconds