/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_vec4.hpp | 19 struct tvec4 struct 23 typedef T value_type; 24 typedef tvec4<T, P> type; 25 typedef tvec4<bool, P> bool_type; 30 T x, y, z, w; 58 _GLM_SWIZZLE4_4_MEMBERS(T, P, glm::tvec4, x, y, z, w) 71 union { T x, r, s; }; 72 union { T y, g, t; }; 73 union { T z, b, p; }; 74 union { T w, a, q; }; [all …]
|
D | glm.cpp | 113 template struct tvec4<uint8, lowp>; variable 114 template struct tvec4<uint16, lowp>; variable 115 template struct tvec4<uint32, lowp>; variable 116 template struct tvec4<uint64, lowp>; variable 117 template struct tvec4<int8, lowp>; variable 118 template struct tvec4<int16, lowp>; variable 119 template struct tvec4<int32, lowp>; variable 120 template struct tvec4<int64, lowp>; variable 121 template struct tvec4<float32, lowp>; variable 122 template struct tvec4<float64, lowp>; variable [all …]
|
D | type_vec4_simd.inl | 344 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4() function in glm::tvec4 351 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4() function in glm::tvec4 358 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4() function in glm::tvec4 366 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_lowp>::tvec4(float s) : function in glm::tvec4 371 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_mediump>::tvec4(float s) : function in glm::tvec4 376 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<float, aligned_highp>::tvec4(float s) : function in glm::tvec4 382 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<double, aligned_lowp>::tvec4(double s) : function in glm::tvec4 387 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<double, aligned_mediump>::tvec4(double s) : function in glm::tvec4 392 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<double, aligned_highp>::tvec4(double s) : function in glm::tvec4 398 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<int32, aligned_lowp>::tvec4(int32 s) : function in glm::tvec4 [all …]
|
D | type_vec4.inl | 159 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4() function in glm::tvec4 168 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, P> const & v) function in glm::tvec4 175 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(tvec4<T, Q> const & v) function in glm::tvec4 182 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(ctor) function in glm::tvec4 186 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T scalar) function in glm::tvec4 191 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T a, T b, T c, T d) function in glm::tvec4 199 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(A a, B b, C c, D d) : function in glm::tvec4 208 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec1<A, P> const & a, tvec1<B, P> const … function in glm::tvec4 219 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, B b, C c) : function in glm::tvec4 228 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec4<T, P>::tvec4(tvec2<A, Q> const & a, tvec1<B, Q> const … function in glm::tvec4 [all …]
|