Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/glam/src/
Di8.rs3 mod i8vec4; module
/external/rust/android-crates-io/crates/glam/tests/
Dvec4.rs2156 mod i8vec4 { module
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dtype_precision.hpp263 typedef tvec4<i8, defaultp> i8vec4; typedef
/external/oboe/samples/RhythmGame/third_party/glm/
Dfwd.hpp355 typedef lowp_i8vec4 i8vec4; typedef
360 typedef mediump_i8vec4 i8vec4; typedef
376 typedef highp_i8vec4 i8vec4; typedef
/external/rust/android-crates-io/crates/glam/src/i8/
Di8vec4.rs14 pub const fn i8vec4(x: i8, y: i8, z: i8, w: i8) -> I8Vec4 { in i8vec4() function