HomeSort by relevance Sort by last modified time
    Searched defs:UVec2 (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuVectorType.hpp 49 typedef Vector<deUint32, 2> UVec2;
  /external/deqp/modules/gles3/scripts/
genutil.py 242 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):
497 return "uvec2"
500 return "uvec2(%i, %i)" % (self.x, self.y)
520 def toUVec2(self): return UVec2(self.x, self.y)
639 def toUVec2(self): return UVec2(self.x, self.y)
  /external/deqp/modules/gles31/scripts/
genutil.py 242 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):
499 return "uvec2"
502 return "uvec2(%i, %i)" % (self.x, self.y)
522 def toUVec2(self): return UVec2(self.x, self.y)
641 def toUVec2(self): return UVec2(self.x, self.y)

Completed in 226 milliseconds