Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h138 Matrix<T> compMult(const Matrix<T> &mat1) const in compMult() function
Dmatrix_utils_unittest.cpp118 Matrix<float> actualResult = m1.compMult(m1); in TEST()
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h139 Matrix<T> compMult(const Matrix<T> &mat1) const in compMult() function
Dmatrix_utils_unittest.cpp118 Matrix<float> actualResult = m1.compMult(m1); in TEST()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp3452 angle::Matrix<float> result = lhs.compMult(rhs); in FoldAggregateBuiltIn()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp3806 angle::Matrix<float> result = lhs.compMult(rhs); in FoldAggregateBuiltIn()