HomeSort by relevance Sort by last modified time
    Searched refs:GetMatrixTypeName (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 48 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
57 slangAssert(false && "GetMatrixTypeName : Unsupported matrix dimension");
94 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
    [all...]
slang_rs_reflection.cpp 122 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT, MatrixLanguage lang) {
132 slangAssert(false && "GetMatrixTypeName : Unsupported matrix dimension");
369 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET), CLike ? ML_Script : ML_Java);
    [all...]

Completed in 114 milliseconds