Searched refs:toMat4x3 (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles3/scripts/
H A Dgen-conversions.py284 inMat4x3 = toMat4x3(inMat4)
351 genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
360 genConversionCases([inMat4, inMat4x3, inMat4x2, inMat3x4, inMat3, inMat3x2, inMat2x4, inMat2x3, inMat2], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2, toMat2x4, toMat2x3, toMat2])))
H A Dgenutil.py116 def toMat4x3(lst): return [v.toMat4x3() for v in lst] function
230 def toMat4x3(self): return Mat.fromScalar(4, 3, float(self.x)) member in class:Scalar
759 def toMat4x3 (self): return self.toMatrix(4, 3) member in class:Mat
/external/deqp/modules/gles31/scripts/
H A Dgenutil.py116 def toMat4x3(lst): return [v.toMat4x3() for v in lst] function
230 def toMat4x3(self): return Mat.fromScalar(4, 3, float(self.x)) member in class:Scalar
761 def toMat4x3 (self): return self.toMatrix(4, 3) member in class:Mat
/external/deqp/modules/gles2/scripts/
H A Dgenutil.py612 def toMat4x3 (self): return self.toMatrix(4, 3) member in class:Mat

Completed in 132 milliseconds