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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h316 static RSReflectionType *getRSReflectionType(DataType DT);
317 static RSReflectionType *getRSReflectionType( function in class:slang::RSExportPrimitiveType
319 return getRSReflectionType(EPT->getType());
325 return getRSReflectionType(this)->rs_short_type;
396 Name << RSExportPrimitiveType::getRSReflectionType(this)->rs_short_type
H A Dslang_rs_reflection_cpp.cpp67 return RSExportPrimitiveType::getRSReflectionType(
83 VecName << EVT->getRSReflectionType(EVT)->rs_c_vector_prefix
H A Dslang_rs_export_type.cpp1119 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) { function in class:slang::RSExportPrimitiveType
1576 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT);
1588 rtd->type = EVT->getRSReflectionType(EVT);
H A Dslang_rs_reflection.cpp165 return RSExportPrimitiveType::getRSReflectionType(
181 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix
488 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix
1878 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type;

Completed in 46 milliseconds