Searched refs:TVec4 (Results 1 - 4 of 4) sorted by last modified time

/frameworks/native/libs/math/include/math/
H A Dmat4.h98 typedef TVec4<T> col_type;
99 typedef TVec4<T> row_type;
200 explicit CONSTEXPR TMat44(const TVec4<U>& v);
217 CONSTEXPR TMat44(const TVec4<A>& v0, const TVec4<B>& v1, const TVec4<C>& v2, const TVec4<D>& v3);
271 CONSTEXPR TMat44(const TMat33<U>& matrix, const TVec4<V>& column3);
292 TVec4<A> r = projectionMatrix * TVec4<
[all...]
H A Dquat.h67 TVec4<T> xyzw;
99 constexpr TQuaternion(no_init) : xyzw(TVec4<T>::NO_INIT) {}
120 constexpr explicit TQuaternion(const TVec4<A>& v) : x(v.x), y(v.y), z(v.z), w(v.w) { }
H A Dvec4.h34 class TVec4 : public TVecProductOperators<TVec4, T>, class in namespace:android::details
35 public TVecAddOperators<TVec4, T>,
36 public TVecUnaryOperators<TVec4, T>,
37 public TVecComparisonOperators<TVec4, T>,
38 public TVecFunctions<TVec4, T>,
39 public TVecDebug<TVec4, T> {
78 TVec4(const TVec4&) = default;
79 ~TVec4()
[all...]
/frameworks/native/libs/math/tests/
H A Dmat_test.cpp521 typedef ::android::details::TVec4<TypeParam> V4T;
599 typedef ::android::details::TVec4<TypeParam> V4T;
666 typedef ::android::details::TVec4<TypeParam> V4T;

Completed in 162 milliseconds