Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Di64.rs3 mod i64vec4; module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp673 typedef lowp_i64vec4 i64vec4; typedef
678 typedef mediump_i64vec4 i64vec4; typedef
694 typedef highp_i64vec4 i64vec4; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/
H A Dfwd.hpp673 typedef lowp_i64vec4 i64vec4; typedef
678 typedef mediump_i64vec4 i64vec4; typedef
694 typedef highp_i64vec4 i64vec4; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec4.rs2117 mod i64vec4 { module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp314 typedef tvec4<i64, defaultp> i64vec4; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_precision.hpp314 typedef tvec4<i64, defaultp> i64vec4; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec4.rs13 pub const fn i64vec4(x: i64, y: i64, z: i64, w: i64) -> I64Vec4 { in i64vec4() function