Home
last modified time | relevance | path

Searched defs:Matrix4 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/frameworks/base/libs/hwui/
H A DMatrix.h80 Matrix4() { loadIdentity(); } in Matrix4() function
82 explicit Matrix4(const float* v) { load(v); } in Matrix4() function
84 Matrix4(const SkMatrix& v) { // NOLINT(google-explicit-constructor) in Matrix4() function
H A DDamageAccumulator.h38 class Matrix4; variable
H A DRenderProperties.h49 class Matrix4; variable
/aosp_15_r20/external/angle/util/
H A DMatrix.h16 struct ANGLE_UTIL_EXPORT Matrix4 struct
20 Matrix4(); argument
H A DMatrix.cpp18 Matrix4::Matrix4() in Matrix4() function in Matrix4
38 Matrix4::Matrix4(float m00, in Matrix4() function in Matrix4
/aosp_15_r20/external/eigen/test/
H A Dgeo_transformations.cpp94 typedef Matrix<Scalar,4,4> Matrix4; in transformations() typedef
621 typedef Matrix<Scalar,4,4> Matrix4; in transformations_no_scale() typedef
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcomposite-pointer-type.cpp48 typedef double Matrix4[4][4]; typedef
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestTrivialModel.cpp31 typedef float Matrix4[4]; typedef