Searched refs:MatrixTypeJavaNameMap (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp110 static const char *MatrixTypeJavaNameMap[] = {/* 2x2 */ "Matrix2f", local
116 if ((Dim - 2) < (sizeof(MatrixTypeJavaNameMap) / sizeof(const char *)))
117 return MatrixTypeJavaNameMap[EMT->getDim() - 2];

Completed in 157 milliseconds