Searched defs:tvec1 (Results  1 – 3 of 3) sorted by relevance
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ | 
| D | type_vec1.hpp | 20 	struct tvec1  struct24 		typedef T value_type;
 25 		typedef tvec1<T, P> type;
 26 		typedef tvec1<bool, P> bool_type;
 31 			T x;
 45 			{
 70 			union {T x, r, s;};
 80 		typedef length_t length_type;
 81 		GLM_FUNC_DECL static length_type length(){return 1;}  in length()
 
 | 
| D | glm.cpp | 11 template struct tvec1<uint8, lowp>;  variable12 template struct tvec1<uint16, lowp>;  variable
 13 template struct tvec1<uint32, lowp>;  variable
 14 template struct tvec1<uint64, lowp>;  variable
 15 template struct tvec1<int8, lowp>;  variable
 16 template struct tvec1<int16, lowp>;  variable
 17 template struct tvec1<int32, lowp>;  variable
 18 template struct tvec1<int64, lowp>;  variable
 19 template struct tvec1<float32, lowp>;  variable
 20 template struct tvec1<float64, lowp>;  variable
 [all …]
 
 | 
| D | type_vec1.inl | 10 		GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1()  function in glm::tvec119 		GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, P> const & v)  function in glm::tvec1
 26 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, Q> const & v)  function in glm::tvec1
 33 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(ctor)  function in glm::tvec1
 37 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(T scalar)  function in glm::tvec1
 45 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<U, Q> const & v)  function in glm::tvec1
 51 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec2<U, Q> const & v)  function in glm::tvec1
 57 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec3<U, Q> const & v)  function in glm::tvec1
 63 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec4<U, Q> const & v)  function in glm::tvec1
 
 |