Searched refs:mat4x4 (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_mat.hpp | 344 typedef lowp_mat4x4 mat4x4; typedef 354 typedef mediump_mat4x4 mat4x4; typedef 399 typedef highp_mat4x4 mat4x4; typedef 416 typedef mat4x4 mat4;
|
D | type_mat4x4.inl | 116 …59 || std::numeric_limits<X1>::is_integer || GLM_UNRESTRICTED_GENTYPE, "*mat4x4 constructor only t… 117 …59 || std::numeric_limits<Y1>::is_integer || GLM_UNRESTRICTED_GENTYPE, "*mat4x4 constructor only t… 118 …59 || std::numeric_limits<Z1>::is_integer || GLM_UNRESTRICTED_GENTYPE, "*mat4x4 constructor only t… 119 …59 || std::numeric_limits<W1>::is_integer || GLM_UNRESTRICTED_GENTYPE, "*mat4x4 constructor only t… 121 …59 || std::numeric_limits<X2>::is_integer || GLM_UNRESTRICTED_GENTYPE, "*mat4x4 constructor only t… 122 …59 || std::numeric_limits<Y2>::is_integer || GLM_UNRESTRICTED_GENTYPE, "*mat4x4 constructor only t… 123 …59 || std::numeric_limits<Z2>::is_integer || GLM_UNRESTRICTED_GENTYPE, "*mat4x4 constructor only t… 124 …59 || std::numeric_limits<W2>::is_integer || GLM_UNRESTRICTED_GENTYPE, "*mat4x4 constructor only t… 126 …59 || std::numeric_limits<X3>::is_integer || GLM_UNRESTRICTED_GENTYPE, "*mat4x4 constructor only t… 127 …59 || std::numeric_limits<Y3>::is_integer || GLM_UNRESTRICTED_GENTYPE, "*mat4x4 constructor only t… [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | simd_mat4.hpp | 71 mat4x4 const & m);
|
D | type_aligned.hpp | 763 GLM_ALIGNED_TYPEDEF(mat4x4, aligned_mat4x4, 16);
|