Home
last modified time | relevance | path

Searched defs:applyBinary (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/scripts/
Dgenutil.py220 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/
Dgenutil.py233 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/
Dgenutil.py233 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