Searched defs:getRSReflectionType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1161 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) { function in class:slang::RSExportPrimitiveType
1524 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT);
1536 rtd->type = EVT->getRSReflectionType(EVT);
H A Dslang_rs_export_type.h350 static RSReflectionType *getRSReflectionType(DataType DT);
351 static RSReflectionType *getRSReflectionType( function in class:slang::RSExportPrimitiveType
353 return getRSReflectionType(EPT->getType());
359 return getRSReflectionType(this)->rs_short_type;
426 Name << RSExportPrimitiveType::getRSReflectionType(this)->rs_short_type

Completed in 85 milliseconds