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 105 def toMat2(lst): return [v.toMat2() for v in lst]
207 def toMat2(self): return self.toVec2().toMat2()
323 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y));
501 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w))
605 def toMat2 (self): return self.toMatrix(2, 2)
gen-conversions.py 297 genConversionCases([inFloat, inInt, inBool], [toMat4, toMat3, toMat2])))
302 #allConversionCases += genConversionCases([inVec2, inIVec2, inBVec2], [toMat2])
306 genConversionCases([inMat4, inMat3, inMat2], [toMat4, toMat3, toMat2])))
  /external/deqp/modules/gles3/scripts/
genutil.py 109 def toMat2(lst): return [v.toMat2() for v in lst]
223 def toMat2(self): return Mat.fromScalar(2, 2, float(self.x))
384 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y));
614 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w))
746 def toMat2 (self): return self.toMatrix(2, 2)
gen-conversions.py 329 genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
334 #allConversionCases += genConversionCases([inVec2, inIVec2, inBVec2], [toMat2])
338 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 109 def toMat2(lst): return [v.toMat2() for v in lst]
223 def toMat2(self): return Mat.fromScalar(2, 2, float(self.x))
386 def toMat2(self): return Mat2(float(self.x), 0.0, 0.0, float(self.y));
616 def toMat2(self): return Mat2(float(self.x), float(self.y), float(self.z), float(self.w))
748 def toMat2 (self): return self.toMatrix(2, 2)

Completed in 219 milliseconds