Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/scripts/
Dgen-conversions.py286 inMat3x4 = toMat3x4(inMat4)
351 …genConversionCases([inFloat, inInt, inUint, inBool], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3…
360 …t3, inMat3x2, inMat2x4, inMat2x3, inMat2], [toMat4, toMat4x3, toMat4x2, toMat3x4, toMat3, toMat3x2…
Dgenutil.py136 def toMat3x4(lst): return [v.toMat3x4() for v in lst] function
250 def toMat3x4(self): return Mat.fromScalar(3, 4, float(self.x)) member in Scalar
779 def toMat3x4 (self): return self.toMatrix(3, 4) member in Mat
/external/deqp/modules/gles31/scripts/
Dgenutil.py136 def toMat3x4(lst): return [v.toMat3x4() for v in lst] function
250 def toMat3x4(self): return Mat.fromScalar(3, 4, float(self.x)) member in Scalar
781 def toMat3x4 (self): return self.toMatrix(3, 4) member in Mat
/external/deqp/modules/gles2/scripts/
Dgenutil.py632 def toMat3x4 (self): return self.toMatrix(3, 4) member in Mat