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

  /external/deqp/modules/gles3/scripts/
gen-conversions.py 245 inUVec2 = toUVec2(toPos(inVec2))
306 genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2, toUVec3, toUVec4])))
321 genConversionCases([toPos(inVec4), toPos(inIVec4), inUVec4, inBVec4], [toUVec4, toUVec3, toUVec2]) +\
323 genConversionCases([toPos(inVec3), toPos(inIVec3), inUVec3, inBVec3], [toUVec3, toUVec2]) +\
325 genConversionCases([toPos(inVec2), toPos(inIVec2), inUVec2, inBVec2], [toUVec2])))
genutil.py 108 def toUVec2(lst): return [v.toUint().toUVec2() for v in lst]
220 def toUVec2(self): return UVec2(self.x, self.x)
381 def toUVec2(self): return UVec2(self.x, self.y)
492 def toUVec2(self): return UVec2(self.x, self.y)
611 def toUVec2(self): return UVec2(self.x, self.y)
  /external/deqp/modules/gles31/scripts/
genutil.py 108 def toUVec2(lst): return [v.toUint().toUVec2() for v in lst]
220 def toUVec2(self): return UVec2(self.x, self.x)
383 def toUVec2(self): return UVec2(self.x, self.y)
494 def toUVec2(self): return UVec2(self.x, self.y)
613 def toUVec2(self): return UVec2(self.x, self.y)

Completed in 834 milliseconds