Home
last modified time | relevance | path

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

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