Searched defs: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.cpp109 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { function in namespace:slang
119 slangAssert(false && "GetMatrixTypeName : Unsupported matrix dimension");
216 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));

Completed in 61 milliseconds