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

  /external/deqp/modules/gles2/scripts/
genutil.py 107 def toMat4(lst): return [v.toMat4() for v in lst]
209 def toMat4(self): return self.toVec4().toMat4()
502 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));
613 def toMat4 (self): return self.toMatrix(4, 4)
gen-conversions.py 297 genConversionCases([inFloat, inInt, inBool], [toMat4, toMat3, toMat2])))
300 #allConversionCases += genConversionCases([inVec4, inIVec4, inBVec4], [toMat4])
306 genConversionCases([inMat4, inMat3, inMat2], [toMat4, toMat3, toMat2])))
  /external/deqp/modules/gles3/scripts/
gen-conversions.py 329 genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
332 #allConversionCases += genConversionCases([inVec4, inIVec4, inBVec4], [toMat4])
338 genConversionCases([inMat4, inMat4x3, inMat4x2, inMat3x4, inMat3, inMat3x2, inMat2x4, inMat2x3, inMat2], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
genutil.py 117 def toMat4(lst): return [v.toMat4() for v in lst]
231 def toMat4(self): return Mat.fromScalar(4, 4, float(self.x))
615 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));
754 def toMat4 (self): return self.toMatrix(4, 4)
  /external/deqp/modules/gles31/scripts/
genutil.py 117 def toMat4(lst): return [v.toMat4() for v in lst]
231 def toMat4(self): return Mat.fromScalar(4, 4, float(self.x))
617 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));
756 def toMat4 (self): return self.toMatrix(4, 4)

Completed in 153 milliseconds