Searched defs:toUint (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/scripts/ |
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)) member in Vec2 529 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z)) member in Vec3 649 def toUint(self): return UVec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
|
/external/deqp/modules/gles3/scripts/ |
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)) member in Vec2 527 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z)) member in Vec3 647 def toUint(self): return UVec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
|