Searched defs:ROW_SIZE (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/math/include/math/
H A Dmat2.h89 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns) member in class:android::details::TMat22
91 static constexpr size_t NUM_COLS = ROW_SIZE;
104 * ROW_SIZE = N
H A Dmat3.h96 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns) member in class:android::details::TMat33
98 static constexpr size_t NUM_COLS = ROW_SIZE;
111 * ROW_SIZE = N
H A Dmat4.h102 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns) member in class:android::details::TMat44
104 static constexpr size_t NUM_COLS = ROW_SIZE;
117 * ROW_SIZE = N

Completed in 548 milliseconds