Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_mat4x2.hpp16 struct tmat4x2 struct
18 typedef tvec2<T, P> col_type;
19 typedef tvec4<T, P> row_type;
20 typedef tmat4x2<T, P> type;
21 typedef tmat2x4<T, P> transpose_type;
22 typedef T value_type;
25 col_type value[4];
84 typedef length_t length_type;
85 GLM_FUNC_DECL static length_type length(){return 4;} in length()
Dtype_mat4x2.inl17 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2() function in glm::tmat4x2
30 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat4x2<T, P> const & m) function in glm::tmat4x2
41 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat4x2<T, Q> const & m) function in glm::tmat4x2
50 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tmat4x2<T, P>::tmat4x2(ctor) function in glm::tmat4x2
54 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(T scalar) function in glm::tmat4x2
63 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2 function in glm::tmat4x2
78 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2 function in glm::tmat4x2
100 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2 function in glm::tmat4x2
116 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2 function in glm::tmat4x2
134 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat4x2<U, Q> const & m) function in glm::tmat4x2
[all …]
Dglm.cpp207 template struct tmat4x2<float32, lowp>; variable
208 template struct tmat4x2<float64, lowp>; variable
210 template struct tmat4x2<float32, mediump>; variable
211 template struct tmat4x2<float64, mediump>; variable
213 template struct tmat4x2<float32, highp>; variable
214 template struct tmat4x2<float64, highp>; variable