Searched refs:fromScalar (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | genutil.py | 245 def toMat2(self): return Mat.fromScalar(2, 2, float(self.x)) 246 def toMat2x3(self): return Mat.fromScalar(2, 3, float(self.x)) 247 def toMat2x4(self): return Mat.fromScalar(2, 4, float(self.x)) 248 def toMat3x2(self): return Mat.fromScalar(3, 2, float(self.x)) 249 def toMat3(self): return Mat.fromScalar(3, 3, float(self.x)) 250 def toMat3x4(self): return Mat.fromScalar(3, 4, float(self.x)) 251 def toMat4x2(self): return Mat.fromScalar(4, 2, float(self.x)) 252 def toMat4x3(self): return Mat.fromScalar(4, 3, float(self.x)) 253 def toMat4(self): return Mat.fromScalar(4, 4, float(self.x)) 746 def fromScalar (numCol member in Mat [all...] |
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 245 def toMat2(self): return Mat.fromScalar(2, 2, float(self.x)) 246 def toMat2x3(self): return Mat.fromScalar(2, 3, float(self.x)) 247 def toMat2x4(self): return Mat.fromScalar(2, 4, float(self.x)) 248 def toMat3x2(self): return Mat.fromScalar(3, 2, float(self.x)) 249 def toMat3(self): return Mat.fromScalar(3, 3, float(self.x)) 250 def toMat3x4(self): return Mat.fromScalar(3, 4, float(self.x)) 251 def toMat4x2(self): return Mat.fromScalar(4, 2, float(self.x)) 252 def toMat4x3(self): return Mat.fromScalar(4, 3, float(self.x)) 253 def toMat4(self): return Mat.fromScalar(4, 4, float(self.x)) 748 def fromScalar (numCol member in Mat [all...] |
Completed in 5 milliseconds