Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Di16.rs2 mod i16vec3; module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp434 typedef lowp_i16vec3 i16vec3; typedef
439 typedef mediump_i16vec3 i16vec3; typedef
452 typedef highp_i16vec3 i16vec3; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/
H A Dfwd.hpp434 typedef lowp_i16vec3 i16vec3; typedef
439 typedef mediump_i16vec3 i16vec3; typedef
452 typedef highp_i16vec3 i16vec3; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec3.rs1450 mod i16vec3 { module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp276 typedef tvec3<i16, defaultp> i16vec3; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_precision.hpp276 typedef tvec3<i16, defaultp> i16vec3; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec3.rs13 pub const fn i16vec3(x: i16, y: i16, z: i16) -> I16Vec3 { in i16vec3() function