Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Du16.rs3 mod u16vec4; module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp1044 typedef lowp_u16vec4 u16vec4; typedef
1049 typedef mediump_u16vec4 u16vec4; typedef
1065 typedef highp_u16vec4 u16vec4; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/
H A Dfwd.hpp1044 typedef lowp_u16vec4 u16vec4; typedef
1049 typedef mediump_u16vec4 u16vec4; typedef
1065 typedef highp_u16vec4 u16vec4; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec4.rs1729 mod u16vec4 { module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp552 typedef tvec4<u16, defaultp> u16vec4; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_precision.hpp552 typedef tvec4<u16, defaultp> u16vec4; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec4.rs13 pub const fn u16vec4(x: u16, y: u16, z: u16, w: u16) -> U16Vec4 { in u16vec4() function