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

  /frameworks/compile/slang/
slang_rs_export_element.cpp 81 RSExportPrimitiveType *EPT =
87 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
88 ET = EPT;
slang_rs_export_type.cpp     [all...]
slang_rs_reflection.cpp 117 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) {
153 unsigned TypeId = EPT->getType();
156 return PrimitiveTypePackerAPINameMap[ EPT->getType() ];
211 const RSExportPrimitiveType *EPT =
213 if (EPT->isRSObjectType())
215 else if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean)
459 const RSExportPrimitiveType *EPT =
461 if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean) {
801 const RSExportPointerType *EPT =
803 genTypeInstance(C, EPT->getPointeeType())
    [all...]

Completed in 620 milliseconds