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

  /frameworks/compile/slang/
slang_rs_export_element.cpp 92 RSExportPrimitiveType *EPT =
98 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
99 ET = EPT;
slang_rs_export_type.cpp     [all...]
slang_rs_reflection_cpp.cpp 65 const RSExportPrimitiveType *EPT =
67 if (EPT->isRSObjectType()) {
69 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">";
71 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name;
538 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT,
541 EPT->convertToRTD(&rtd);
542 std::string TypeName = GetTypeName(EPT, false);
548 if (EPT->isRSObjectType()) {
807 const RSExportPointerType *EPT =
809 ET = EPT->getPointeeType()
    [all...]
slang_rs_reflection.cpp 134 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) {
167 unsigned TypeId = EPT->getType();
170 return PrimitiveTypePackerAPINameMap[EPT->getType()];
222 const RSExportPrimitiveType *EPT =
224 if (EPT->isRSObjectType())
226 else if (EPT->getType() == DataTypeBoolean)
482 const RSExportPrimitiveType *EPT =
484 if (EPT->getType() == DataTypeBoolean) {
850 const RSExportPointerType *EPT =
852 genTypeInstance(EPT->getPointeeType())
    [all...]

Completed in 905 milliseconds