Home
last modified time | relevance | path

Searched refs:toMat2x3 (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/scripts/
Dgen-conversions.py290 inMat2x3 = toMat2x3(inMat4)
351 …t, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
360 …3, inMat2], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
Dgenutil.py110 def toMat2x3(lst): return [v.toMat2x3() for v in lst] function
224 def toMat2x3(self): return Mat.fromScalar(2, 3, float(self.x)) member in Scalar
753 def toMat2x3 (self): return self.toMatrix(2, 3) member in Mat
/external/deqp/modules/gles31/scripts/
Dgenutil.py110 def toMat2x3(lst): return [v.toMat2x3() for v in lst] function
224 def toMat2x3(self): return Mat.fromScalar(2, 3, float(self.x)) member in Scalar
755 def toMat2x3 (self): return self.toMatrix(2, 3) member in Mat
/external/deqp/modules/gles2/scripts/
Dgenutil.py606 def toMat2x3 (self): return self.toMatrix(2, 3) member in Mat