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

  /external/deqp/modules/gles2/scripts/
genutil.py 129 def toMat4(lst): return [v.toMat4() for v in lst]
231 def toMat4(self): return self.toVec4().toMat4()
524 def toMat4(self): return Mat4(float(self.x), 0.0, 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, 0.0, float(self.z), 0.0, 0.0, 0.0, 0.0, float(self.w));
635 def toMat4 (self): return self.toMatrix(4, 4)
  /external/deqp/modules/gles3/scripts/
genutil.py 139 def toMat4(lst): return [v.toMat4() for v in lst]
253 def toMat4(self): return Mat.fromScalar(4, 4, float(self.x))
643 def toMat4(self): return Mat4(float(self.x), 0.0, 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, 0.0, float(self.z), 0.0, 0.0, 0.0, 0.0, float(self.w));
782 def toMat4 (self): return self.toMatrix(4, 4)
  /external/deqp/modules/gles31/scripts/
genutil.py 139 def toMat4(lst): return [v.toMat4() for v in lst]
253 def toMat4(self): return Mat.fromScalar(4, 4, float(self.x))
645 def toMat4(self): return Mat4(float(self.x), 0.0, 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, 0.0, float(self.z), 0.0, 0.0, 0.0, 0.0, float(self.w));
784 def toMat4 (self): return self.toMatrix(4, 4)

Completed in 251 milliseconds