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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp48 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { function in namespace:slang
57 slangAssert(false && "GetMatrixTypeName : Unsupported matrix dimension");
94 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
H A Dslang_rs_reflection.cpp122 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT, MatrixLanguage lang) { function in namespace:slang
132 slangAssert(false && "GetMatrixTypeName : Unsupported matrix dimension");
369 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET), CLike ? ML_Script : ML_Java);

Completed in 300 milliseconds