Searched defs:toUint (Results 1 - 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/modules/gles3/scripts/ | ||
| H A D | genutil.py | 117 def toUint(lst): return [Uint(int(v.x)) for v in lst] function 257 def toUint(self): return Uint(int(self.x)) member in Scalar 416 def toUint(self): return UVec2(int(self.x), int(self.y)) global() member in Vec2 527 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z)) global() member in Vec3 647 def toUint(self): return UVec4(int(self.x), int(self.y), int(self.z), int(self.w)) global() member in Vec4 [all...] |
| /third_party/vk-gl-cts/modules/gles31/scripts/ | ||
| H A D | genutil.py | 117 def toUint(lst): return [Uint(int(v.x)) for v in lst] function 257 def toUint(self): return Uint(int(self.x)) member in Scalar 418 def toUint(self): return UVec2(int(self.x), int(self.y)) global() member in Vec2 529 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z)) global() member in Vec3 649 def toUint(self): return UVec4(int(self.x), int(self.y), int(self.z), int(self.w)) global() member in Vec4 [all...] |
Completed in 3 milliseconds