Searched defs:Mat2 (Results 1 - 5 of 5) sorted by relevance

/external/eigen/failtest/
H A Dsparse_storage_mismatch.cpp6 typedef SparseMatrix<double,RowMajor> Mat2; typedef
8 typedef SparseMatrix<double,ColMajor> Mat2; typedef
14 Mat2 b(10,10);
/external/deqp/framework/common/
H A DtcuMatrix.hpp492 typedef Matrix2f Mat2; typedef in namespace:tcu
/external/deqp/modules/gles2/scripts/
H A Dgenutil.py345 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): class in inherits:Mat
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py412 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): class in inherits:Mat
/external/deqp/modules/gles31/scripts/
H A Dgenutil.py414 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): class in inherits:Mat

Completed in 190 milliseconds