Home
last modified time | relevance | path

Searched refs:COL_SIZE (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/math/include/math/
Dmat2.h88 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable
90 static constexpr size_t NUM_ROWS = COL_SIZE;
Dmat3.h95 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable
97 static constexpr size_t NUM_ROWS = COL_SIZE;
Dmat4.h101 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable
103 static constexpr size_t NUM_ROWS = COL_SIZE;
DTMatHelpers.h345 for (size_t c = 0; c < MATRIX::COL_SIZE; c++) { in asString()
443 constexpr inline size_t getColumnSize() const { return BASE<T>::COL_SIZE; } in getColumnSize()
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp167 for (int j = 0; j < mat4::COL_SIZE; j++) { in writeToProto()
/frameworks/native/libs/math/tests/
Dmat_test.cpp381 for (size_t col = 0; col < MatrixType::COL_SIZE; ++col) { \