Home
last modified time | relevance | path

Searched refs:getRSReflectionType (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.h350 static RSReflectionType *getRSReflectionType(DataType DT);
351 static RSReflectionType *getRSReflectionType( in getRSReflectionType() function
353 return getRSReflectionType(EPT->getType()); in getRSReflectionType()
359 return getRSReflectionType(this)->rs_short_type; in getElementName()
426 Name << RSExportPrimitiveType::getRSReflectionType(this)->rs_short_type in getElementName()
Dslang_rs_reflection_cpp.cpp69 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">"; in GetTypeName()
71 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name; in GetTypeName()
86 VecName << EVT->getRSReflectionType(EVT)->rs_c_vector_prefix in GetTypeName()
Dslang_rs_reflection.cpp179 return RSExportPrimitiveType::getRSReflectionType( in GetTypeName()
194 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix in GetTypeName()
510 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix in genInitExportVariable()
1780 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type; in genAddElement()
1791 RSExportPrimitiveType::getRSReflectionType(EVT)->rs_type; in genAddElement()
Dslang_rs_export_type.cpp1161 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) { in getRSReflectionType() function in slang::RSExportPrimitiveType
1524 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT); in convertToRTD()
1536 rtd->type = EVT->getRSReflectionType(EVT); in convertToRTD()