Home
last modified time | relevance | path

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

/external/rust/crates/glam/src/
Df64.rs4 mod dmat3; module
/external/rust/crates/glam/tests/
Dmat3.rs436 mod dmat3 { module
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp712 typedef highp_dmat3x3 dmat3; typedef
/external/rust/crates/glam/src/f64/
Ddmat3.rs15 pub const fn dmat3(x_axis: DVec3, y_axis: DVec3, z_axis: DVec3) -> DMat3 { in dmat3() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp103 static const Type dmat3; member
Dgl4cEnhancedLayoutsTests.cpp144 const Type Type::dmat3 = Type::GetType(Type::Double, 3, 3); member in gl4cts::EnhancedLayouts::Utils::Type