Home
last modified time | relevance | path

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

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