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 81 RSExportPrimitiveType *EPT =
87 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
88 ET = EPT;
slang_rs_reflection_cpp.cpp 790 const RSExportPointerType *EPT =
792 ET = EPT->getPointeeType();
829 const RSExportPointerType *EPT =
831 genTypeInstance(EPT->getPointeeType());
861 const RSExportPrimitiveType *EPT =
863 if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean) {
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 1169 milliseconds