Searched refs:valueToStr (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/scripts/
H A Dgen-implicit-conversions.py297 def valueToStr(value_type, value): function
311 yield valueToStr(value_type, value)
551 out = [valueToStr(self.out_type, x) for x in IN_VALUES[self.out_type]]
627 out = [valueToStr(self.out_type, x) for x in IN_VALUES["float"]]
677 return valueToStr(self.out_type, IN_VALUES[self.out_type][0])
727 in_values = [valueToStr(self.out_type, x) for x in IN_VALUES[self.in_type]]
750 return valueToStr(self.in_type, IN_VALUES[self.in_type][0])

Completed in 37 milliseconds