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 88 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
94 unsigned Dim = EMT->getDim();
97 return MatrixTypeJavaNameMap[ EMT->getDim() - 2 ];
253 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET);
254 switch (EMT->getDim()) {
    [all...]

Completed in 189 milliseconds