/external/deqp/modules/gles2/scripts/ |
D | genutil.py | 220 def applyBinary(self, func, other): return Scalar(func(self.x, other.x)) member in Scalar 338 def applyBinary(self, func, other): return Vec2(func(self.x, other.x), func(self.y, other.y)) member in Vec2 424 …def applyBinary(self, func, other): return Vec3(func(self.x, other.x), func(self.y, other.y), func… member in Vec3 516 …def applyBinary(self, func, other): return Vec4(func(self.x, other.x), func(self.y, other.y), func… member in Vec4
|
/external/deqp/modules/gles3/scripts/ |
D | genutil.py | 233 def applyBinary(self, func, other): return Scalar(func(self.x, other.x)) member in Scalar 402 def applyBinary(self, func, other): return Vec2(func(self.x, other.x), func(self.y, other.y)) member in Vec2 513 …def applyBinary(self, func, other): return Vec3(func(self.x, other.x), func(self.y, other.y), func… member in Vec3 632 …def applyBinary(self, func, other): return Vec4(func(self.x, other.x), func(self.y, other.y), func… member in Vec4
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 233 def applyBinary(self, func, other): return Scalar(func(self.x, other.x)) member in Scalar 404 def applyBinary(self, func, other): return Vec2(func(self.x, other.x), func(self.y, other.y)) member in Vec2 515 …def applyBinary(self, func, other): return Vec3(func(self.x, other.x), func(self.y, other.y), func… member in Vec3 634 …def applyBinary(self, func, other): return Vec4(func(self.x, other.x), func(self.y, other.y), func… member in Vec4
|