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

  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
slang_rs_reflection.cpp 109 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
114 unsigned Dim = EMT->getDim();
117 return MatrixTypeJavaNameMap[EMT->getDim() - 2];
311 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET);
312 switch (EMT->getDim()) {
    [all...]

Completed in 545 milliseconds