Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/glam/src/
Di16.rs3 mod i16vec4; module
/external/rust/android-crates-io/crates/glam/tests/
Dvec4.rs2527 mod i16vec4 { module
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dtype_precision.hpp280 typedef tvec4<i16, defaultp> i16vec4; typedef
/external/oboe/samples/RhythmGame/third_party/glm/
Dfwd.hpp435 typedef lowp_i16vec4 i16vec4; typedef
440 typedef mediump_i16vec4 i16vec4; typedef
456 typedef highp_i16vec4 i16vec4; typedef
/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec4.rs14 pub const fn i16vec4(x: i16, y: i16, z: i16, w: i16) -> I16Vec4 { in i16vec4() function