/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | glm.cpp | 79 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 …]
|
H A D | type_vec3.hpp | 19 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 …]
|
H A D | type_vec3.inl | 36 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 …]
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | glm.cpp | 79 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 …]
|
D | type_vec3.hpp | 19 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 …]
|
D | type_vec3.inl | 36 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 …]
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | test.cpp | 3253 auto tvec3 = map["bar3"].AsFixedTypedVector(); in FlexBuffersTest() local
|
/aosp_15_r20/cts/apps/CtsVerifier/libs/ |
HD | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |