Home
last modified time | relevance | path

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

/frameworks/native/libs/math/include/math/
Dmat2.h89 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns) variable
91 static constexpr size_t NUM_COLS = ROW_SIZE;
Dmat3.h96 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns) variable
98 static constexpr size_t NUM_COLS = ROW_SIZE;
DTMatHelpers.h347 for (size_t r = 0; r < MATRIX::ROW_SIZE; r++) { in asString()
444 constexpr inline size_t getRowSize() const { return BASE<T>::ROW_SIZE; } in getRowSize()
447 constexpr inline size_t size() const { return BASE<T>::ROW_SIZE; } // for TVec*<> in size()
Dmat4.h102 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns) variable
104 static constexpr size_t NUM_COLS = ROW_SIZE;
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp163 for (int i = 0; i < mat4::ROW_SIZE; i++) { in writeToProto()
/frameworks/native/libs/math/tests/
Dmat_test.cpp380 for (size_t row = 0; row < MatrixType::ROW_SIZE; ++row) { \