Searched refs:tmat44 (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/include/ui/ |
D | mat4.h | 35 class tmat44 : public TVecUnaryOperators<tmat44, T>, 36 public TVecComparisonOperators<tmat44, T>, 37 public TVecAddOperators<tmat44, T>, 38 public TMatProductOperators<tmat44, T>, 39 public TMatSquareFunctions<tmat44, T>, 40 public TMatDebug<tmat44, T> 94 explicit tmat44(no_init) { } in tmat44() function 97 tmat44(); 101 explicit tmat44(U v); 105 explicit tmat44(const tvec4<U>& rhs); [all …]
|