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

  /external/eigen/failtest/
sparse_storage_mismatch.cpp 6 typedef SparseMatrix<double,RowMajor> Mat2;
8 typedef SparseMatrix<double,ColMajor> Mat2;
14 Mat2 b(10,10);
  /external/deqp/framework/common/
tcuMatrix.hpp 492 typedef Matrix2f Mat2;
  /external/deqp/modules/gles2/scripts/
genutil.py 345 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y));
523 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w))
657 class Mat2(Mat):
  /external/deqp/modules/gles3/scripts/
genutil.py 412 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y));
642 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w))
804 class Mat2(Mat):
  /external/deqp/modules/gles31/scripts/
genutil.py 414 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y));
644 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w))
806 class Mat2(Mat):

Completed in 195 milliseconds