Home
last modified time | relevance | path

Searched refs:tmat4x3 (Results 1 – 25 of 37) sorted by relevance

12

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_mat4x3.hpp16 struct tmat4x3 struct
20 typedef tmat4x3<T, P> type; argument
30 GLM_FUNC_DECL tmat4x3() GLM_DEFAULT_CTOR;
31 GLM_FUNC_DECL tmat4x3(tmat4x3<T, P> const & m) GLM_DEFAULT;
33 GLM_FUNC_DECL tmat4x3(tmat4x3<T, Q> const & m);
35 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat4x3(ctor);
36 GLM_FUNC_DECL explicit tmat4x3(T const & x);
37 GLM_FUNC_DECL tmat4x3(
42 GLM_FUNC_DECL tmat4x3(
55 GLM_FUNC_DECL tmat4x3(
[all …]
Dtype_mat4x3.inl10 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3() function in glm::tmat4x3
23 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(tmat4x3<T, P> const & m) function in glm::tmat4x3
34 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(tmat4x3<T, Q> const & m) function in glm::tmat4x3
43 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tmat4x3<T, P>::tmat4x3(ctor) function in glm::tmat4x3
47 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(T const & s) function in glm::tmat4x3
56 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3 function in glm::tmat4x3
71 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3 function in glm::tmat4x3
93 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3 function in glm::tmat4x3
109 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3 function in glm::tmat4x3
127 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(tmat4x3<U, Q> const & m) function in glm::tmat4x3
[all …]
Dtype_mat.hpp25 template <typename T, precision P> struct tmat4x3;
263 typedef tmat4x3<float, lowp> lowp_mat4x3;
270 typedef tmat4x3<float, mediump> mediump_mat4x3;
277 typedef tmat4x3<float, highp> highp_mat4x3;
625 typedef tmat4x3<double, lowp> lowp_dmat4x3;
631 typedef tmat4x3<double, mediump> mediump_dmat4x3;
637 typedef tmat4x3<double, highp> highp_dmat4x3;
Dglm.cpp217 template struct tmat4x3<float32, lowp>; variable
218 template struct tmat4x3<float64, lowp>; variable
220 template struct tmat4x3<float32, mediump>; variable
221 template struct tmat4x3<float64, mediump>; variable
223 template struct tmat4x3<float32, highp>; variable
224 template struct tmat4x3<float64, highp>; variable
Dtype_mat3x4.hpp21 typedef tmat4x3<T, P> transpose_type;
75 GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat4x3<T, P> const & x);
147 GLM_FUNC_DECL tmat4x4<T, P> operator*(tmat3x4<T, P> const & m1, tmat4x3<T, P> const & m2);
Dtype_mat3x3.hpp74 GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat4x3<T, P> const & x);
162 GLM_FUNC_DECL tmat4x3<T, P> operator*(tmat3x3<T, P> const & m1, tmat4x3<T, P> const & m2);
Dtype_mat2x3.hpp68 GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat4x3<T, P> const & x);
146 GLM_FUNC_DECL tmat4x3<T, P> operator*(tmat2x3<T, P> const & m1, tmat4x2<T, P> const & m2);
Dfunc_matrix.hpp70 typedef tmat4x3<T, P> type;
Dtype_mat3x2.hpp75 GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat4x3<T, P> const & x);
153 GLM_FUNC_DECL tmat4x2<T, P> operator*(tmat3x2<T, P> const & m1, tmat4x3<T, P> const & m2);
Dfunc_matrix.inl113 GLM_FUNC_QUALIFIER static tmat4x3<T, P> call(tmat3x4<T, P> const & m)
115 tmat4x3<T, P> result(uninitialize);
151 struct compute_transpose<tmat4x3, T, P, Aligned>
153 GLM_FUNC_QUALIFIER static tmat3x4<T, P> call(tmat4x3<T, P> const & m)
Dtype_mat3x3.inl180 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat4x3<T, P> const & m)
494 GLM_FUNC_QUALIFIER tmat4x3<T, P> operator*(tmat3x3<T, P> const & m1, tmat4x3<T, P> const & m2)
496 return tmat4x3<T, P>(
Dtype_mat2x3.inl149 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat4x3<T, P> const & m)
412 GLM_FUNC_QUALIFIER tmat4x3<T, P> operator*(tmat2x3<T, P> const & m1, tmat4x2<T, P> const & m2)
414 return tmat4x3<T, P>(
/hardware/google/gfxstream/third-party/glm/include/glm/
Dmat4x3.hpp15 typedef tmat4x3<float, lowp> lowp_mat4x3;
22 typedef tmat4x3<float, mediump> mediump_mat4x3;
29 typedef tmat4x3<float, highp> highp_mat4x3;
Dfwd.hpp1747 typedef tmat4x3<f32, lowp> lowp_fmat4x3;
1804 typedef tmat4x3<f32, mediump> mediump_fmat4x3;
1861 typedef tmat4x3<f32, highp> highp_fmat4x3;
1918 typedef tmat4x3<f32, lowp> lowp_f32mat4x3;
1975 typedef tmat4x3<f32, mediump> mediump_f32mat4x3;
2032 typedef tmat4x3<f32, highp> highp_f32mat4x3;
2089 typedef tmat4x3<f64, lowp> lowp_f64mat4x3;
2146 typedef tmat4x3<f64, mediump> mediump_f64mat4x3;
2202 typedef tmat4x3<f64, highp> highp_f64mat4x3;
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_integer.hpp76 typedef tmat4x3<int, highp> highp_imat4x3;
126 typedef tmat4x3<int, mediump> mediump_imat4x3;
176 typedef tmat4x3<int, lowp> lowp_imat4x3;
225 typedef tmat4x3<uint, highp> highp_umat4x3;
275 typedef tmat4x3<uint, mediump> mediump_umat4x3;
325 typedef tmat4x3<uint, lowp> lowp_umat4x3;
Dtype_precision.hpp724 typedef tmat4x3<f32, defaultp> fmat4x3;
782 typedef tmat4x3<f32, defaultp> f32mat4x3;
840 typedef tmat4x3<f64, defaultp> f64mat4x3;
Dtype_ptr.inl258 tmat4x3<T, P> const & mat
267 GLM_FUNC_QUALIFIER T * value_ptr(tmat4x3<T, P> & mat)
397 GLM_FUNC_QUALIFIER tmat4x3<T, defaultp> make_mat4x3(T const * const ptr)
399 tmat4x3<T, defaultp> Result;
400 memcpy(value_ptr(Result), ptr, sizeof(tmat4x3<T, defaultp>));
Dtype_ptr.hpp119 GLM_FUNC_DECL tmat4x3<T, defaultp> make_mat4x3(T const * const ptr);
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dcompatibility.hpp76 …typedef tmat4x3<bool, highp> bool4x3; //!< \brief boolean matrix with 4 x 3 components. (From GL…
92 …typedef tmat4x3<int, highp> int4x3; //!< \brief integer matrix with 4 x 3 components. (From GLM…
108 …typedef tmat4x3<float, highp> float4x3; //!< \brief single-precision floating-point matrix with …
124 …typedef tmat4x3<double, highp> double4x3; //!< \brief double-precision floating-point matrix wit…
Dhash.hpp122 struct hash<glm::tmat4x3<T,P> >
124 GLM_FUNC_DECL size_t operator()(glm::tmat4x3<T,P> const & m) const;
Dmatrix_operation.inl95 GLM_FUNC_QUALIFIER tmat4x3<T, P> diagonal4x3
100 tmat4x3<T, P> Result(static_cast<T>(1));
Dmatrix_operation.hpp72 GLM_FUNC_DECL tmat4x3<T, P> diagonal4x3(
Dtype_trait.hpp198 struct type<tmat4x3, T, P>
Dhash.inl163 GLM_FUNC_QUALIFIER size_t hash<glm::tmat4x3<T,P>>::operator()(glm::tmat4x3<T,P> const & m) const
Dio.hpp186 …GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat4x3<T,P> c…

12