Home
last modified time | relevance | path

Searched refs:convertToSpecType (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.h145 virtual union RSType *convertToSpecType() const = 0;
192 mSpecType = convertToSpecType(); in getSpecType()
281 virtual union RSType *convertToSpecType() const;
351 virtual union RSType *convertToSpecType() const;
387 virtual union RSType *convertToSpecType() const;
427 virtual union RSType *convertToSpecType() const;
465 virtual union RSType *convertToSpecType() const;
549 virtual union RSType *convertToSpecType() const;
Dslang_rs_export_type.cpp1105 union RSType *RSExportPrimitiveType::convertToSpecType() const { in convertToSpecType() function in slang::RSExportPrimitiveType
1157 union RSType *RSExportPointerType::convertToSpecType() const { in convertToSpecType() function in slang::RSExportPointerType
1237 union RSType *RSExportVectorType::convertToSpecType() const { in convertToSpecType() function in slang::RSExportVectorType
1344 union RSType *RSExportMatrixType::convertToSpecType() const { in convertToSpecType() function in slang::RSExportMatrixType
1388 union RSType *RSExportConstantArrayType::convertToSpecType() const { in convertToSpecType() function in slang::RSExportConstantArrayType
1507 union RSType *RSExportRecordType::convertToSpecType() const { in convertToSpecType() function in slang::RSExportRecordType