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

  /external/deqp/modules/gles3/scripts/
gen-conversions.py 264 inMat3x4 = toMat3x4(inMat4)
329 genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
338 genConversionCases([inMat4, inMat4x3, inMat4x2, inMat3x4, inMat3, inMat3x2, inMat2x4, inMat2x3, inMat2], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
genutil.py 114 def toMat3x4(lst): return [v.toMat3x4() for v in lst]
228 def toMat3x4(self): return Mat.fromScalar(3, 4, float(self.x))
751 def toMat3x4 (self): return self.toMatrix(3, 4)
  /external/deqp/modules/gles31/scripts/
genutil.py 114 def toMat3x4(lst): return [v.toMat3x4() for v in lst]
228 def toMat3x4(self): return Mat.fromScalar(3, 4, float(self.x))
753 def toMat3x4 (self): return self.toMatrix(3, 4)
  /external/deqp/modules/gles2/scripts/
genutil.py 610 def toMat3x4 (self): return self.toMatrix(3, 4)

Completed in 67 milliseconds