Home
last modified time | relevance | path

Searched defs:tmat3x4 (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_mat3x4.hpp16 struct tmat3x4 struct
18 typedef tvec4<T, P> col_type;
19 typedef tvec3<T, P> row_type;
20 typedef tmat3x4<T, P> type;
21 typedef tmat4x3<T, P> transpose_type;
22 typedef T value_type;
25 col_type value[3];
79 typedef length_t length_type;
80 GLM_FUNC_DECL static length_type length(){return 3;} in length()
Dtype_mat3x4.inl10 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4() function in glm::tmat3x4
22 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(tmat3x4<T, P> const & m) function in glm::tmat3x4
32 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(tmat3x4<T, Q> const & m) function in glm::tmat3x4
40 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tmat3x4<T, P>::tmat3x4(ctor) function in glm::tmat3x4
44 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(T scalar) function in glm::tmat3x4
52 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4 function in glm::tmat3x4
65 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4 function in glm::tmat3x4
84 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4 function in glm::tmat3x4
98 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4 function in glm::tmat3x4
114 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(tmat3x4<U, Q> const & m) function in glm::tmat3x4
[all …]
Dglm.cpp197 template struct tmat3x4<float32, lowp>; variable
198 template struct tmat3x4<float64, lowp>; variable
200 template struct tmat3x4<float32, mediump>; variable
201 template struct tmat3x4<float64, mediump>; variable
203 template struct tmat3x4<float32, highp>; variable
204 template struct tmat3x4<float64, highp>; variable