Home
last modified time | relevance | path

Searched defs:tvec2 (Results 1 – 3 of 3) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec2.hpp19 struct tvec2 struct
23 typedef T value_type;
24 typedef tvec2<T, P> type;
25 typedef tvec2<bool, P> bool_type;
50 _GLM_SWIZZLE2_2_MEMBERS(T, P, glm::tvec2, x, y)
70 union {T x, r, s;};
71 union {T y, g, t;};
81 typedef length_t length_type;
82 GLM_FUNC_DECL static length_type length(){return 2;} in length()
124 GLM_FUNC_DECL tvec2(detail::_swizzle<2, T, P, glm::tvec2, E0, E1,-1,-2> const& that) in tvec2() function
Dglm.cpp45 template struct tvec2<uint8, lowp>; variable
46 template struct tvec2<uint16, lowp>; variable
47 template struct tvec2<uint32, lowp>; variable
48 template struct tvec2<uint64, lowp>; variable
49 template struct tvec2<int8, lowp>; variable
50 template struct tvec2<int16, lowp>; variable
51 template struct tvec2<int32, lowp>; variable
52 template struct tvec2<int64, lowp>; variable
53 template struct tvec2<float32, lowp>; variable
54 template struct tvec2<float64, lowp>; variable
[all …]
Dtype_vec2.inl23 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2() function in glm::tvec2
32 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec2<T, P> const & v) function in glm::tvec2
39 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec2<T, Q> const & v) function in glm::tvec2
46 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(ctor) function in glm::tvec2
50 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(T scalar) function in glm::tvec2
55 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(T s1, T s2) function in glm::tvec2
63 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(A a, B b) function in glm::tvec2
70 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec1<A, P> const & a, tvec1<B, P> const … function in glm::tvec2
79 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec2<U, Q> const & v) function in glm::tvec2
86 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec3<U, Q> const & v) function in glm::tvec2
[all …]