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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h81 // Cache the result after calling convertToSpecType() at the first time
117 virtual union RSType *convertToSpecType() const = 0;
153 mSpecType = convertToSpecType();
249 virtual union RSType *convertToSpecType() const;
309 virtual union RSType *convertToSpecType() const;
347 virtual union RSType *convertToSpecType() const;
380 virtual union RSType *convertToSpecType() const;
418 virtual union RSType *convertToSpecType() const;
498 virtual union RSType *convertToSpecType() const;
H A Dslang_rs_export_type.cpp944 union RSType *RSExportPrimitiveType::convertToSpecType() const { function in class:slang::RSExportPrimitiveType
988 union RSType *RSExportPointerType::convertToSpecType() const { function in class:slang::RSExportPointerType
1070 union RSType *RSExportVectorType::convertToSpecType() const { function in class:slang::RSExportVectorType
1177 union RSType *RSExportMatrixType::convertToSpecType() const { function in class:slang::RSExportMatrixType
1221 union RSType *RSExportConstantArrayType::convertToSpecType() const { function in class:slang::RSExportConstantArrayType
1340 union RSType *RSExportRecordType::convertToSpecType() const { function in class:slang::RSExportRecordType

Completed in 51 milliseconds