Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Di16.rs1 mod i16vec2; module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp433 typedef lowp_i16vec2 i16vec2; typedef
438 typedef mediump_i16vec2 i16vec2; typedef
448 typedef highp_i16vec2 i16vec2; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/
H A Dfwd.hpp433 typedef lowp_i16vec2 i16vec2; typedef
438 typedef mediump_i16vec2 i16vec2; typedef
448 typedef highp_i16vec2 i16vec2; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec2.rs1164 mod i16vec2 { module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp272 typedef tvec2<i16, defaultp> i16vec2; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_precision.hpp272 typedef tvec2<i16, defaultp> i16vec2; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec2.rs13 pub const fn i16vec2(x: i16, y: i16) -> I16Vec2 { in i16vec2() function