Home
last modified time | relevance | path

Searched defs:m02 (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/include/effects/
DSkColorMatrix.h23 constexpr SkColorMatrix(float m00, float m01, float m02, float m03, float m04, in SkColorMatrix()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1245 float determinant3(float m00, float m01, float m02, in determinant3()
1254 float determinant4(float m00, float m01, float m02, float m03, in determinant4()
1334 float m02 = unionArray[2].getFConst(); // (m10, m11, m12) in CreateInverse() local
1356 float m02 = unionArray[2].getFConst(); // (m10, m11, m12, m13) in CreateInverse() local
/third_party/ffmpeg/libavfilter/
Dcolorspace.c29 double m00 = in[0][0], m01 = in[0][1], m02 = in[0][2], in ff_matrix_invert_3x3() local
Dvf_ciescope.c784 float m00 = in[0][0], m01 = in[0][1], m02 = in[0][2], in invert_matrix3x3() local
/third_party/skia/third_party/externals/angle2/util/
DMatrix.cpp40 float m02, in Matrix4()
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp36 float m02, in Mat4()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_reference.cpp1299 real32 m02 = (real32) cameraToRGB [0] [2]; in RefBaselineABCtoRGB() local
1357 real32 m02 = (real32) cameraToRGB [0] [2]; in RefBaselineABCDtoRGB() local
1640 real32 m02 = (real32) matrix [0] [2]; in RefBaselineRGBtoGray() local
1673 real32 m02 = (real32) matrix [0] [2]; in RefBaselineRGBtoRGB() local
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py662 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument
668 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
/third_party/skia/src/core/
DSkMatrix.cpp1822 const SkScalar m02 = fTx; in toQuad() local
1837 const SkScalar m02 = fTx; in toTriStrip() local
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py811 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument
817 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py809 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument
815 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument