Searched refs:toMat2x4 (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 289 inMat2x4 = toMat2x4(inMat4) 351 …Uint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2… 360 …t2x3, inMat2], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2…
|
D | genutil.py | 111 def toMat2x4(lst): return [v.toMat2x4() for v in lst] function 225 def toMat2x4(self): return Mat.fromScalar(2, 4, float(self.x)) member in Scalar 754 def toMat2x4 (self): return self.toMatrix(2, 4) member in Mat
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 111 def toMat2x4(lst): return [v.toMat2x4() for v in lst] function 225 def toMat2x4(self): return Mat.fromScalar(2, 4, float(self.x)) member in Scalar 756 def toMat2x4 (self): return self.toMatrix(2, 4) member in Mat
|
/external/deqp/modules/gles2/scripts/ |
D | genutil.py | 607 def toMat2x4 (self): return self.toMatrix(2, 4) member in Mat
|