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

/external/deqp/framework/common/
H A DtcuVectorType.hpp49 typedef Vector<deUint32, 2> UVec2; typedef in namespace:tcu
/external/deqp/modules/gles31/scripts/
H A Dgen-implicit-conversions.py29 from genutil import Scalar, Vec2, Vec3, Vec4, Uint, UVec2, UVec3, UVec4, CaseGroup namespace
385 "uvec2": UVec2(1, 2),
H A Dgenutil.py242 def toUVec2(self): return UVec2(self.x, self.x)
411 def toUVec2(self): return UVec2(self.x, self.y)
418 def toUint(self): return UVec2(int(self.x), int(self.y))
492 class UVec2(Vec2): class in inherits:Vec2
522 def toUVec2(self): return UVec2(self.x, self.y)
641 def toUVec2(self): return UVec2(self.x, self.y)
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py242 def toUVec2(self): return UVec2(self.x, self.x)
409 def toUVec2(self): return UVec2(self.x, self.y)
416 def toUint(self): return UVec2(int(self.x), int(self.y))
490 class UVec2(Vec2): class in inherits:Vec2
520 def toUVec2(self): return UVec2(self.x, self.y)
639 def toUVec2(self): return UVec2(self.x, self.y)

Completed in 1155 milliseconds