HomeSort by relevance Sort by last modified time
    Searched full:_matrix (Results 1 - 2 of 2) sorted by null

  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselViewHelper.java 47 public TextureParameters(Matrix4f _matrix) { matrix = _matrix; }
  /external/clang/test/Sema/
array-init.c 253 struct _Matrix { union { float m[4][4]; }; }; //expected-warning{{anonymous unions are a C11 extension}}
254 typedef struct _Matrix Matrix;

Completed in 1003 milliseconds