Home
last modified time | relevance | path

Searched defs:m10 (Results 1 - 18 of 18) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dbitfield-32bit-overflow.h13 char m10 : 1; member
/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/ffmpeg/libavfilter/
H A Dcolorspace.c30 m10 = in[1][0], m11 = in[1][1], m12 = in[1][2], in ff_matrix_invert_3x3() local
H A Dvf_ciescope.c785 m10 = in[1][0], m11 = in[1][1], m12 = in[1][2], in invert_matrix3x3() local
/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/modules/androidkit/src/
H A DMatrix.cpp14 Matrix_Create(JNIEnv* env, jobject, jfloat m0, jfloat m4, jfloat m8, jfloat m12, jfloat m1, jfloat m5, jfloat m9, jfloat m13, jfloat m2, jfloat m6, jfloat m10, jfloat m14, jfloat m3, jfloat m7, jfloat m11, jfloat m15) Matrix_Create() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield-32bit-overflow.rs245 pub fn m10(&self) -> ::std::os::raw::c_char { in m10() functions
/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/python/Modules/_blake2/impl/
H A Dblake2b.c312 const uint64_t m10 = ( ( uint64_t * )block )[10]; in blake2b_compress() local
H A Dblake2s.c297 const uint32_t m10 = ( ( uint32_t * )block )[10]; in blake2s_compress() local
/third_party/skia/include/core/
H A DSkM44.h168 SkM44(SkScalar m0, SkScalar m4, SkScalar m8, SkScalar m12, SkScalar m1, SkScalar m5, SkScalar m9, SkScalar m13, SkScalar m2, SkScalar m6, SkScalar m10, SkScalar m14, SkScalar m3, SkScalar m7, SkScalar m11, SkScalar m15) SkM44() argument
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DMatrix.java31 Matrix(float m0, float m4, float m8, float m12, float m1, float m5, float m9, float m13, float m2, float m6, float m10, float m14, float m3, float m7, float m11, float m15) Matrix() argument
194 nCreate(float m0, float m4, float m8, float m12, float m1, float m5, float m9, float m13, float m2, float m6, float m10, float m14, float m3, float m7, float m11, float m15) nCreate() argument
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1184 Matcher<const RawType&> m10 = matcher_maker(0.0, 1.0); in TestNearMatches() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp1240 float determinant2(float m00, float m01, float m10, float m11) in determinant2() argument
1322 float m10 = unionArray[2].getFConst(); // (m10, m11) in CreateInverse() local
1245 determinant3(float m00, float m01, float m02, float m10, float m11, float m12, float m20, float m21, float m22) determinant3() argument
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
1335 float m10 = unionArray[3].getFConst(); // (m20, m21, m22) CreateInverse() local
1358 float m10 = unionArray[4].getFConst(); // (m30, m31, m32, m33) CreateInverse() local
[all...]
/third_party/skia/tests/
H A DMatrixTest.cpp890 SkScalar m00, m01, m10, m11; in DEF_TEST() member
/third_party/skia/src/core/
H A DSkMatrix.cpp126 int m10 = SkScalarAs2sCompliment(fMat[SkMatrix::kMSkewY]); in computeTypeMask() local
1823 const SkScalar m10 = -m01; in toQuad() local
1838 const SkScalar m10 = -m01; in toTriStrip() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_reference.cpp1301 real32 m10 = (real32) cameraToRGB [1] [0]; in RefBaselineABCtoRGB() local
1360 real32 m10 = (real32) cameraToRGB [1] [0]; in RefBaselineABCDtoRGB() local
1675 real32 m10 = (real32) matrix [1] [0]; in RefBaselineRGBtoRGB() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c2543 struct ureg_src sample, m00, m01, m10, m11, c8m, c16m2; in DECL_SPECIAL() local
2907 struct ureg_src m00, m01, m10, m11, c8m; in DECL_SPECIAL() local

Completed in 29 milliseconds