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

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 100 static inline Bool toBool ( Int x ) {
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 129 static Bool toBool ( Int x ) {
470 caps = toBool(format[i] == 'X');
  /external/deqp/executor/
xeTestResultParser.cpp 59 static inline bool toBool (const char* str)
540 shaderProgram->linkStatus = toBool(getAttribute("LinkStatus"));
553 shader->compileStatus = toBool(getAttribute("CompileStatus"));
586 info->compileStatus = toBool(getAttribute("CompileStatus"));
610 config->bindToTextureRGB = toBool(getAttribute("BindToTextureRGB"));
611 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA"));
623 config->nativeRenderable = toBool(getAttribute("NativeRenderable"));
  /external/deqp/modules/gles2/scripts/
genutil.py 95 def toBool(lst): return [Scalar(bool(v.x)) for v in lst]
102 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
103 def toBVec3(lst): return [v.toBool().toVec3() for v in lst]
104 def toBVec2(lst): return [v.toBool().toVec2() for v in lst]
213 def toBool(self): return Scalar(bool(self.x))
327 def toBool(self): return Vec2(bool(self.x), bool(self.y))
413 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z))
506 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w))
  /external/deqp/modules/gles3/scripts/
genutil.py 96 def toBool(lst): return [Scalar(bool(v.x)) for v in lst]
103 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
104 def toBVec3(lst): return [v.toBool().toVec3() for v in lst]
105 def toBVec2(lst): return [v.toBool().toVec2() for v in lst]
236 def toBool(self): return Scalar(bool(self.x))
389 def toBool(self): return Vec2(bool(self.x), bool(self.y))
500 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z))
620 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w))
  /external/deqp/modules/gles31/scripts/
genutil.py 96 def toBool(lst): return [Scalar(bool(v.x)) for v in lst]
103 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
104 def toBVec3(lst): return [v.toBool().toVec3() for v in lst]
105 def toBVec2(lst): return [v.toBool().toVec2() for v in lst]
236 def toBool(self): return Scalar(bool(self.x))
391 def toBool(self): return Vec2(bool(self.x), bool(self.y))
502 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z))
622 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w))

Completed in 83 milliseconds