Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/glam/src/
Di8.rs2 mod i8vec3; module
/external/rust/android-crates-io/crates/glam/tests/
Dvec3.rs1977 mod i8vec3 { module
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dtype_precision.hpp259 typedef tvec3<i8, defaultp> i8vec3; typedef
/external/oboe/samples/RhythmGame/third_party/glm/
Dfwd.hpp354 typedef lowp_i8vec3 i8vec3; typedef
359 typedef mediump_i8vec3 i8vec3; typedef
372 typedef highp_i8vec3 i8vec3; typedef
/external/rust/android-crates-io/crates/glam/src/i8/
Di8vec3.rs14 pub const fn i8vec3(x: i8, y: i8, z: i8) -> I8Vec3 { in i8vec3() function