Searched defs:dmat2 (Results 1 – 7 of 7) sorted by relevance
3 mod dmat2; module
278 mod dmat2 { module
707 typedef highp_dmat2x2 dmat2; typedef
12 pub const fn dmat2(x_axis: DVec2, y_axis: DVec2) -> DMat2 { in dmat2() function
99 static const Type dmat2; member
140 const Type Type::dmat2 = Type::GetType(Type::Double, 2, 2); member in gl4cts::EnhancedLayouts::Utils::Type