Home
last modified time | relevance | path

Searched defs:m33 (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DMatrix.hpp147 Matrix(float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32, float m33) Matrix() argument
159 Matrix(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44) Matrix() argument
H A DMatrix.cpp22 Matrix Matrix::diag(float m11, float m22, float m33, float m44) in diag() argument
268 det(float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32, float m33) det() argument
277 det(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44) det() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_convert_type_test.cc327 auto* m33 = p->ConvertType(33); in TEST_F() local
/third_party/skia/include/effects/
H A DSkColorMatrix.h23 SkColorMatrix(float m00, float m01, float m02, float m03, float m04, float m10, float m11, float m12, float m13, float m14, float m20, float m21, float m22, float m23, float m24, float m30, float m31, float m32, float m33, float m34) SkColorMatrix() argument
/third_party/skia/third_party/externals/angle2/util/
H A DMatrix.cpp38 Matrix4(float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33) Matrix4() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmatrix_utils.cpp34 Mat4(float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33) Mat4() argument
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.cpp221 float m33 = m.get(SkMatrix::kMPersp2); in set() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp1369 float m33 = unionArray[15].getFConst(); in CreateInverse() local
1254 determinant4(float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33) determinant4() argument
[all...]

Completed in 8 milliseconds