Home
last modified time | relevance | path

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

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