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

  /external/deqp/modules/gles2/scripts/
genutil.py 186 def boolAll(a): return a.boolAll()
391 def boolAll(self): return Scalar(self.x and self.y)
482 def boolAll(self): return Scalar(self.x and self.y and self.z)
569 def boolAll(self): return Scalar(self.x and self.y and self.z and self.w)
  /external/deqp/modules/gles3/scripts/
genutil.py 196 def boolAll(a): return a.boolAll()
465 def boolAll(self): return Scalar(self.x and self.y)
583 def boolAll(self): return Scalar(self.x and self.y and self.z)
697 def boolAll(self): return Scalar(self.x and self.y and self.z and self.w)
  /external/deqp/modules/gles31/scripts/
genutil.py 196 def boolAll(a): return a.boolAll()
467 def boolAll(self): return Scalar(self.x and self.y)
585 def boolAll(self): return Scalar(self.x and self.y and self.z)
699 def boolAll(self): return Scalar(self.x and self.y and self.z and self.w)

Completed in 323 milliseconds