Home
last modified time | relevance | path

Searched defs:tvec3 (Results 1 – 4 of 4) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec3.hpp19 struct tvec3 struct
23 typedef T value_type;
24 typedef tvec3<T, P> type;
25 typedef tvec3<bool, P> bool_type;
53 _GLM_SWIZZLE3_3_MEMBERS(T, P, glm::tvec3, x, y, z)
69 union { T x, r, s; };
70 union { T y, g, t; };
71 union { T z, b, p; };
81 typedef length_t length_type;
82 GLM_FUNC_DECL static length_type length(){return 3;} in length()
[all …]
Dglm.cpp79 template struct tvec3<uint8, lowp>; variable
80 template struct tvec3<uint16, lowp>; variable
81 template struct tvec3<uint32, lowp>; variable
82 template struct tvec3<uint64, lowp>; variable
83 template struct tvec3<int8, lowp>; variable
84 template struct tvec3<int16, lowp>; variable
85 template struct tvec3<int32, lowp>; variable
86 template struct tvec3<int64, lowp>; variable
87 template struct tvec3<float32, lowp>; variable
88 template struct tvec3<float64, lowp>; variable
[all …]
Dtype_vec3.inl36 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3() function in glm::tvec3
45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, P> const & v) function in glm::tvec3
52 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, Q> const & v) function in glm::tvec3
59 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(ctor) function in glm::tvec3
63 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(T scalar) function in glm::tvec3
68 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(T a, T b, T c) function in glm::tvec3
76 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(A a, B b, C c) : function in glm::tvec3
84 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec1<A, P> const & a, tvec1<B, P> const … function in glm::tvec3
94 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec2<A, Q> const & a, B b) : function in glm::tvec3
102 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec2<A, Q> const & a, tvec1<B, Q> const … function in glm::tvec3
[all …]
/external/flatbuffers/tests/
Dtest.cpp2842 auto tvec3 = map["bar3"].AsFixedTypedVector(); in FlexBuffersTest() local