Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Du16.rs1 mod u16vec2; module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp1042 typedef lowp_u16vec2 u16vec2; typedef
1047 typedef mediump_u16vec2 u16vec2; typedef
1057 typedef highp_u16vec2 u16vec2; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/
H A Dfwd.hpp1042 typedef lowp_u16vec2 u16vec2; typedef
1047 typedef mediump_u16vec2 u16vec2; typedef
1057 typedef highp_u16vec2 u16vec2; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec2.rs1279 mod u16vec2 { module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp544 typedef tvec2<u16, defaultp> u16vec2; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_precision.hpp544 typedef tvec2<u16, defaultp> u16vec2; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec2.rs13 pub const fn u16vec2(x: u16, y: u16) -> U16Vec2 { in u16vec2() function