Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/glam/src/
Di8.rs1 mod i8vec2; module
/external/rust/android-crates-io/crates/glam/tests/
Dvec2.rs1561 mod i8vec2 { module
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dtype_precision.hpp255 typedef tvec2<i8, defaultp> i8vec2; typedef
/external/oboe/samples/RhythmGame/third_party/glm/
Dfwd.hpp353 typedef lowp_i8vec2 i8vec2; typedef
358 typedef mediump_i8vec2 i8vec2; typedef
368 typedef highp_i8vec2 i8vec2; typedef
/external/rust/android-crates-io/crates/glam/src/i8/
Di8vec2.rs12 pub const fn i8vec2(x: i8, y: i8) -> I8Vec2 { in i8vec2() function