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.cpp68 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">"; in GetTypeName()
70 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name; in GetTypeName()
85 VecName << EVT->getRSReflectionType(EVT)->rs_c_vector_prefix in GetTypeName()
Dslang_rs_reflection.cpp178 return RSExportPrimitiveType::getRSReflectionType( in GetTypeName()
193 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix in GetTypeName()
509 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix in genInitExportVariable()
1794 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type; in genAddElement()
1805 RSExportPrimitiveType::getRSReflectionType(EVT)->rs_type; in genAddElement()
Dslang_rs_export_type.cpp1200 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) { in getRSReflectionType() function in slang::RSExportPrimitiveType
1563 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT); in convertToRTD()
1575 rtd->type = EVT->getRSReflectionType(EVT); in convertToRTD()