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

  /external/deqp/framework/common/
tcuMatrix.hpp 502 typedef Matrix3f Mat3;
  /external/deqp/modules/gles2/scripts/
genutil.py 431 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z));
661 class Mat3(Mat):
  /external/deqp/modules/gles3/scripts/
genutil.py 523 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z));
808 class Mat3(Mat):
  /external/deqp/modules/gles31/scripts/
genutil.py 525 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z));
810 class Mat3(Mat):

Completed in 150 milliseconds