Home
last modified time | relevance | path

Searched defs:m03 (Results 1 – 10 of 10) 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/flutter/skia/third_party/externals/angle2/util/
DMatrix.cpp41 float m03, in Matrix4()
/third_party/skia/third_party/externals/angle2/util/
DMatrix.cpp41 float m03, in Matrix4()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1254 float determinant4(float m00, float m01, float m02, float m03, in determinant4()
1357 float m03 = unionArray[3].getFConst(); // (m20, m21, m22, m23) in CreateInverse() local
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp37 float m03, in Mat4()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp37 float m03, in Mat4()
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py668 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.py815 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/gles31/scripts/
Dgenutil.py817 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_reference.cpp1358 real32 m03 = (real32) cameraToRGB [0] [3]; in RefBaselineABCDtoRGB() local