Searched defs:toUint (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/scripts/ |
D | genutil.py | 95 def toUint(lst): return [Uint(int(v.x)) for v in lst] function 235 def toUint(self): return Uint(int(self.x)) member in Scalar 394 def toUint(self): return UVec2(int(self.x), int(self.y)) member in Vec2 505 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z)) member in Vec3 625 def toUint(self): return UVec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 95 def toUint(lst): return [Uint(int(v.x)) for v in lst] function 235 def toUint(self): return Uint(int(self.x)) member in Scalar 396 def toUint(self): return UVec2(int(self.x), int(self.y)) member in Vec2 507 def toUint(self): return UVec3(int(self.x), int(self.y), int(self.z)) member in Vec3 627 def toUint(self): return UVec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
|