Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py163 def binary(func): return lambda a, b: (b.expandVec(a)).applyBinary(func, a.expandVec(b))
187 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b))
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(self.z, other.z)) member in Vec3
516 def applyBinary(self, func, other): return Vec4(func(self.x, other.x), func(self.y, other.y), func(self.z, other.z), func(self.w, other.w)) member in Vec4
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py173 def binary(func): return lambda a, b: (b.expandVec(a)).applyBinary(func, a.expandVec(b))
197 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b))
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(self.z, other.z)) member in Vec3
632 def applyBinary(self, func, other): return Vec4(func(self.x, other.x), func(self.y, other.y), func(self.z, other.z), func(self.w, other.w)) member in Vec4
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py173 def binary(func): return lambda a, b: (b.expandVec(a)).applyBinary(func, a.expandVec(b))
197 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b))
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(self.z, other.z)) member in Vec3
634 def applyBinary(self, func, other): return Vec4(func(self.x, other.x), func(self.y, other.y), func(self.z, other.z), func(self.w, other.w)) member in Vec4

Completed in 5 milliseconds