Searched defs:UVec2 (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/common/
H A DtcuVectorType.hpp46 typedef Vector<deUint32, 2> UVec2; typedef in namespace:tcu
/external/deqp/modules/gles31/scripts/
H A Dgen-implicit-conversions.py7 from genutil import Scalar, Vec2, Vec3, Vec4, Uint, UVec2, UVec3, UVec4, CaseGroup namespace
363 "uvec2": UVec2(1, 2),
H A Dgenutil.py220 def toUVec2(self): return UVec2(self.x, self.x)
383 def toUVec2(self): return UVec2(self.x, self.y)
390 def toUint(self): return UVec2(int(self.x), int(self.y))
464 class UVec2(Vec2): class in inherits:Vec2
494 def toUVec2(self): return UVec2(self.x, self.y)
613 def toUVec2(self): return UVec2(self.x, self.y)
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py220 def toUVec2(self): return UVec2(self.x, self.x)
381 def toUVec2(self): return UVec2(self.x, self.y)
388 def toUint(self): return UVec2(int(self.x), int(self.y))
462 class UVec2(Vec2): class in inherits:Vec2
492 def toUVec2(self): return UVec2(self.x, self.y)
611 def toUVec2(self): return UVec2(self.x, self.y)

Completed in 2706 milliseconds