Home
last modified time | relevance | path

Searched defs:dmat2 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Df64.rs3 mod dmat2; module
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dmat2.rs278 mod dmat2 { module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_mat.hpp707 typedef highp_dmat2x2 dmat2; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat.hpp707 typedef highp_dmat2x2 dmat2; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddmat2.rs12 pub const fn dmat2(x_axis: DVec2, y_axis: DVec2) -> DMat2 { in dmat2() function
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp99 static const Type dmat2; member
H A Dgl4cEnhancedLayoutsTests.cpp140 const Type Type::dmat2 = Type::GetType(Type::Double, 2, 2); member in gl4cts::EnhancedLayouts::Utils::Type