Searched refs:toMat2x3 (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-conversions.py | 290 inMat2x3 = toMat2x3(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 D | genutil.py | 132 def toMat2x3(lst): return [v.toMat2x3() for v in lst] function 246 def toMat2x3(self): return Mat.fromScalar(2, 3, float(self.x)) member in Scalar 775 def toMat2x3 (self): return self.toMatrix(2, 3) member in Mat
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 132 def toMat2x3(lst): return [v.toMat2x3() for v in lst] function 246 def toMat2x3(self): return Mat.fromScalar(2, 3, float(self.x)) member in Scalar 777 def toMat2x3 (self): return self.toMatrix(2, 3) member in Mat
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | genutil.py | 628 def toMat2x3 (self): return self.toMatrix(2, 3) member in Mat
|
Completed in 6 milliseconds