Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Du64.rs3 mod u64vec4; module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp1282 typedef lowp_u64vec4 u64vec4; typedef
1287 typedef mediump_u64vec4 u64vec4; typedef
1303 typedef highp_u64vec4 u64vec4; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/
H A Dfwd.hpp1282 typedef lowp_u64vec4 u64vec4; typedef
1287 typedef mediump_u64vec4 u64vec4; typedef
1303 typedef highp_u64vec4 u64vec4; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec4.rs2171 mod u64vec4 { module
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp586 typedef tvec4<u64, defaultp> u64vec4; typedef
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_precision.hpp586 typedef tvec4<u64, defaultp> u64vec4; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec4.rs13 pub const fn u64vec4(x: u64, y: u64, z: u64, w: u64) -> U64Vec4 { in u64vec4() function