Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Di64.rs1 mod i64vec2; module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp671 typedef lowp_i64vec2 i64vec2; typedef
676 typedef mediump_i64vec2 i64vec2; typedef
686 typedef highp_i64vec2 i64vec2; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/
H A Dfwd.hpp671 typedef lowp_i64vec2 i64vec2; typedef
676 typedef mediump_i64vec2 i64vec2; typedef
686 typedef highp_i64vec2 i64vec2; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec2.rs1615 mod i64vec2 { module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp306 typedef tvec2<i64, defaultp> i64vec2; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_precision.hpp306 typedef tvec2<i64, defaultp> i64vec2; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec2.rs13 pub const fn i64vec2(x: i64, y: i64) -> I64Vec2 { in i64vec2() function