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

  /external/deqp/modules/gles3/scripts/
gen-conversions.py 244 inUVec3 = toUVec3(toPos(inVec3))
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]) +\
genutil.py 107 def toUVec3(lst): return [v.toUint().toUVec3() for v in lst]
221 def toUVec3(self): return UVec3(self.x, self.x, self.x)
382 def toUVec3(self): return UVec3(self.x, self.y, 0.0)
493 def toUVec3(self): return UVec3(self.x, self.y, self.z)
612 def toUVec3(self): return UVec3(self.x, self.y, self.z)
  /external/deqp/modules/gles31/scripts/
genutil.py 107 def toUVec3(lst): return [v.toUint().toUVec3() for v in lst]
221 def toUVec3(self): return UVec3(self.x, self.x, self.x)
384 def toUVec3(self): return UVec3(self.x, self.y, 0.0)
495 def toUVec3(self): return UVec3(self.x, self.y, self.z)
614 def toUVec3(self): return UVec3(self.x, self.y, self.z)

Completed in 153 milliseconds