Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/glam/src/
Df64.rs5 mod dmat4; module
/external/rust/android-crates-io/crates/glam/tests/
Deuler.rs284 mod dmat4 { module
Dmat4.rs815 mod dmat4 { module
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp717 typedef highp_dmat4x4 dmat4; typedef
/external/rust/android-crates-io/crates/glam/src/f64/
Ddmat4.rs16 pub const fn dmat4(x_axis: DVec4, y_axis: DVec4, z_axis: DVec4, w_axis: DVec4) -> DMat4 { in dmat4() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp107 static const Type dmat4; member
Dgl4cEnhancedLayoutsTests.cpp148 const Type Type::dmat4 = Type::GetType(Type::Double, 4, 4); member in gl4cts::EnhancedLayouts::Utils::Type