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 208 def boolAll(a): return a.boolAll()
413 def boolAll(self): return Scalar(self.x and self.y)
504 def boolAll(self): return Scalar(self.x and self.y and self.z)
591 def boolAll(self): return Scalar(self.x and self.y and self.z and self.w)
  /external/deqp/modules/gles3/scripts/
genutil.py 218 def boolAll(a): return a.boolAll()
487 def boolAll(self): return Scalar(self.x and self.y)
605 def boolAll(self): return Scalar(self.x and self.y and self.z)
719 def boolAll(self): return Scalar(self.x and self.y and self.z and self.w)
  /external/deqp/modules/gles31/scripts/
genutil.py 218 def boolAll(a): return a.boolAll()
489 def boolAll(self): return Scalar(self.x and self.y)
607 def boolAll(self): return Scalar(self.x and self.y and self.z)
721 def boolAll(self): return Scalar(self.x and self.y and self.z and self.w)

Completed in 849 milliseconds