Searched refs:getRSReflectionType (Results 1 - 3 of 3) 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.cpp165 return RSExportPrimitiveType::getRSReflectionType(
181 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix
477 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix
1827 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type;
H A Dslang_rs_export_type.cpp1115 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) { function in class:slang::RSExportPrimitiveType
1572 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT);
1584 rtd->type = EVT->getRSReflectionType(EVT);

Completed in 51 milliseconds