/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | genutil.py | 120 def toVec2(lst): return [v.toFloat().toVec2() for v in lst] function 123 def toIVec2(lst): return [v.toInt().toVec2() for v in lst] 126 def toBVec2(lst): return [v.toBool().toVec2() for v in lst] 226 def toVec2(self): return Vec2(self.x, self.x) member in Scalar 229 def toMat2(self): return self.toVec2().toMat2() 340 def expandVec(self, val): return val.toVec2() 342 def toVec2(self): return Vec2(self.x, self.y) member in Vec2 401 val = val.toVec2() 428 def toVec2(sel member in Vec3 520 def toVec2(self): return Vec2(self.x, self.y) global() member in Vec4 [all...] |
H A D | gen-conversions.py | 238 inVec2 = toVec2(inVec4) 300 genConversionCases([inFloat, inInt, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]))) 313 genConversionCases([inVec4, inIVec4, inBVec4], [toVec4, toVec3, toVec2, toIVec4, toIVec3, toIVec2, toBVec4, toBVec3, toBVec2]) +\ 314 genConversionCases([inVec3, inIVec3, inBVec3], [toVec3, toVec2, toIVec3, toIVec2, toBVec3, toBVec2]) +\ 315 genConversionCases([inVec2, inIVec2, inBVec2], [toVec2, toIVec2, toBVec2])))
|
H A D | gen-swizzles.py | 194 inVec2 = toVec2(inVec4)
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-conversions.py | 258 inVec2 = toVec2(inVec4) 327 genConversionCases([inFloat, inInt, inUint, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]) +\ 342 genConversionCases([inVec4, inIVec4, inUVec4, inBVec4], [toVec4, toVec3, toVec2, toIVec4, toIVec3, toIVec2, toBVec4, toBVec3, toBVec2]) +\ 344 genConversionCases([inVec3, inIVec3, inUVec3, inBVec3], [toVec3, toVec2, toIVec3, toIVec2, toBVec3, toBVec2]) +\ 346 genConversionCases([inVec2, inIVec2, inUVec2, inBVec2], [toVec2, toIVec2, toBVec2]) +\
|
H A D | genutil.py | 121 def toVec2(lst): return [v.toFloat().toVec2() for v in lst] function 124 def toIVec2(lst): return [v.toInt().toVec2() for v in lst] 127 def toBVec2(lst): return [v.toBool().toVec2() for v in lst] 239 def toVec2(self): return Vec2(self.x, self.x) member in Scalar 404 def expandVec(self, val): return val.toVec2() 406 def toVec2(self): return Vec2(self.x, self.y) member in Vec2 475 val = val.toVec2() 517 def toVec2(self): return Vec2(self.x, self.y) member in Vec3 636 def toVec2(sel member in Vec4 [all...] |
H A D | gen-swizzle-math-operations.py | 123 inVec2 = toVec2(inVec4)
|
H A D | gen-swizzles.py | 198 inVec2 = toVec2(inVec4)
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 121 def toVec2(lst): return [v.toFloat().toVec2() for v in lst] function 124 def toIVec2(lst): return [v.toInt().toVec2() for v in lst] 127 def toBVec2(lst): return [v.toBool().toVec2() for v in lst] 239 def toVec2(self): return Vec2(self.x, self.x) member in Scalar 406 def expandVec(self, val): return val.toVec2() 408 def toVec2(self): return Vec2(self.x, self.y) member in Vec2 477 val = val.toVec2() 519 def toVec2(self): return Vec2(self.x, self.y) member in Vec3 638 def toVec2(sel member in Vec4 [all...] |
H A D | gen-implicit-conversions.py | 303 a = a.toVec2() 595 a = a.toVec2() 672 a = a.toVec2()
|