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

  /external/deqp/modules/gles2/scripts/
genutil.py 127 def toMat2(lst): return [v.toMat2() for v in lst]
229 def toMat2(self): return self.toVec2().toMat2()
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))
627 def toMat2 (self): return self.toMatrix(2, 2)
gen-conversions.py 319 genConversionCases([inFloat, inInt, inBool], [toMat4, toMat3, toMat2])))
324 #allConversionCases += genConversionCases([inVec2, inIVec2, inBVec2], [toMat2])
328 genConversionCases([inMat4, inMat3, inMat2], [toMat4, toMat3, toMat2])))
  /external/deqp/modules/gles3/scripts/
genutil.py 131 def toMat2(lst): return [v.toMat2() for v in lst]
245 def toMat2(self): return Mat.fromScalar(2, 2, float(self.x))
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))
774 def toMat2 (self): return self.toMatrix(2, 2)
gen-conversions.py 351 genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
356 #allConversionCases += genConversionCases([inVec2, inIVec2, inBVec2], [toMat2])
360 genConversionCases([inMat4, inMat4x3, inMat4x2, inMat3x4, inMat3, inMat3x2, inMat2x4, inMat2x3, inMat2], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
  /external/deqp/modules/gles31/scripts/
genutil.py 131 def toMat2(lst): return [v.toMat2() for v in lst]
245 def toMat2(self): return Mat.fromScalar(2, 2, float(self.x))
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))
776 def toMat2 (self): return self.toMatrix(2, 2)

Completed in 180 milliseconds