Home
last modified time | relevance | path

Searched defs:ivec2 (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_vec.hpp497 typedef lowp_ivec2 ivec2; typedef
501 typedef mediump_ivec2 ivec2; typedef
508 typedef highp_ivec2 ivec2; typedef
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec.hpp497 typedef lowp_ivec2 ivec2; typedef
501 typedef mediump_ivec2 ivec2; typedef
508 typedef highp_ivec2 ivec2; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/
Di32.rs1 mod ivec2; module
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DUtils.h238 using ivec2 = ivec<2u>; variable
/aosp_15_r20/external/executorch/backends/vulkan/runtime/utils/
H A DVecUtils.h278 using ivec2 = ivec<2u>; variable
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dvec2.rs1400 mod ivec2 { module
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec2.rs13 pub const fn ivec2(x: i32, y: i32) -> IVec2 { in ivec2() function
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp113 static const Type ivec2; member
H A Dgl4cEnhancedLayoutsTests.cpp153 const Type Type::ivec2 = Type::GetType(Type::Int, 1, 2); member in gl4cts::EnhancedLayouts::Utils::Type