HomeSort by relevance Sort by last modified time
    Searched refs:TVecUnaryOperators (Results 1 - 5 of 5) sorted by null

  /frameworks/native/include/ui/
vec2.h 32 public TVecUnaryOperators<tvec2, T>,
vec3.h 31 public TVecUnaryOperators<tvec3, T>,
vec4.h 31 public TVecUnaryOperators<tvec4, T>,
TVecHelpers.h 231 * TVecUnaryOperators implements unary operators on a vector of type BASE<T>.
234 * By simply inheriting from TVecUnaryOperators<BASE, T> BASE will automatically
237 * These operators are implemented as friend functions of TVecUnaryOperators<BASE, T>
240 class TVecUnaryOperators {
mat4.h 35 class tmat44 : public TVecUnaryOperators<tmat44, T>,

Completed in 2131 milliseconds