Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Du16.rs2 mod u16vec3; module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp1043 typedef lowp_u16vec3 u16vec3; typedef
1048 typedef mediump_u16vec3 u16vec3; typedef
1061 typedef highp_u16vec3 u16vec3; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/
H A Dfwd.hpp1043 typedef lowp_u16vec3 u16vec3; typedef
1048 typedef mediump_u16vec3 u16vec3; typedef
1061 typedef highp_u16vec3 u16vec3; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec3.rs1567 mod u16vec3 { module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp548 typedef tvec3<u16, defaultp> u16vec3; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_precision.hpp548 typedef tvec3<u16, defaultp> u16vec3; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec3.rs13 pub const fn u16vec3(x: u16, y: u16, z: u16) -> U16Vec3 { in u16vec3() function