Searched refs:outerProduct_trait (Results 1 – 3 of 3) sorted by relevance
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_matrix.hpp | 38 struct outerProduct_trait<T, P, tvec2, tvec2> struct 44 struct outerProduct_trait<T, P, tvec2, tvec3> struct 50 struct outerProduct_trait<T, P, tvec2, tvec4> struct 56 struct outerProduct_trait<T, P, tvec3, tvec2> struct 62 struct outerProduct_trait<T, P, tvec3, tvec3> struct 68 struct outerProduct_trait<T, P, tvec3, tvec4> struct 74 struct outerProduct_trait<T, P, tvec4, tvec2> struct 80 struct outerProduct_trait<T, P, tvec4, tvec3> struct 86 struct outerProduct_trait<T, P, tvec4, tvec4> struct 115 …GLM_FUNC_DECL typename detail::outerProduct_trait<T, P, vecTypeA, vecTypeB>::type outerProduct(vec…
|
D | type_mat.hpp | 12 struct outerProduct_trait{}; struct
|
D | func_matrix.inl | 366 …GLM_FUNC_QUALIFIER typename detail::outerProduct_trait<T, P, vecTypeA, vecTypeB>::type outerProduc… 370 typename detail::outerProduct_trait<T, P, vecTypeA, vecTypeB>::type m(uninitialize);
|