OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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) {
59
slangAssert(false && "
GetMatrixTypeName
: Unsupported matrix dimension");
88
return
GetMatrixTypeName
(static_cast<const RSExportMatrixType*>(ET));
slang_rs_reflection.cpp
88
static const char *
GetMatrixTypeName
(const RSExportMatrixType *EMT) {
99
slangAssert(false && "
GetMatrixTypeName
: Unsupported matrix dimension");
186
return
GetMatrixTypeName
(static_cast<const RSExportMatrixType*>(ET));
[
all
...]
Completed in 27 milliseconds