Searched refs:getRSReflectionType (Results 1 - 4 of 4) sorted by path

/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
H A Dslang_rs_reflection.cpp179 return RSExportPrimitiveType::getRSReflectionType(
194 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix
510 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix
1780 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type;
1791 RSExportPrimitiveType::getRSReflectionType(EVT)->rs_type;
H A Dslang_rs_reflection_cpp.cpp69 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">";
71 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name;
86 VecName << EVT->getRSReflectionType(EVT)->rs_c_vector_prefix

Completed in 90 milliseconds