Home
last modified time | relevance | path

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

/external/rust/crates/glam/src/
Di64.rs2 mod i64vec3; module
/external/rust/crates/glam/tests/
Dvec3.rs1915 mod i64vec3 { module
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dtype_precision.hpp310 typedef tvec3<i64, defaultp> i64vec3; typedef
/external/oboe/samples/RhythmGame/third_party/glm/
Dfwd.hpp672 typedef lowp_i64vec3 i64vec3; typedef
677 typedef mediump_i64vec3 i64vec3; typedef
690 typedef highp_i64vec3 i64vec3; typedef
/external/rust/crates/glam/src/i64/
Di64vec3.rs13 pub const fn i64vec3(x: i64, y: i64, z: i64) -> I64Vec3 { in i64vec3() function