Home
last modified time | relevance | path

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

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