Searched defs:toBool (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/scripts/ |
D | genutil.py | 117 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function 235 def toBool(self): return Scalar(bool(self.x)) member in Scalar 349 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in Vec2 435 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in Vec3 528 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in Vec4
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
D | genutil.py | 118 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function 258 def toBool(self): return Scalar(bool(self.x)) member in Scalar 417 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in Vec2 528 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in Vec3 648 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in Vec4
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
D | genutil.py | 118 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] function 258 def toBool(self): return Scalar(bool(self.x)) member in Scalar 419 def toBool(self): return Vec2(bool(self.x), bool(self.y)) member in Vec2 530 def toBool(self): return Vec3(bool(self.x), bool(self.y), bool(self.z)) member in Vec3 650 def toBool(self): return Vec4(bool(self.x), bool(self.y), bool(self.z), bool(self.w)) member in Vec4
|
/third_party/vk-gl-cts/executor/ |
D | xeTestResultParser.cpp | 59 static inline bool toBool (const char* str) in toBool() function
|
/third_party/libxml2/ |
D | xpath.c | 11965 int toBool) in xmlXPathNodeCollectAndTest() 13643 xmlXPathObjectPtr *resultSeq, int toBool) in xmlXPathRunStreamEval() 13890 xmlXPathRunEval(xmlXPathParserContextPtr ctxt, int toBool) in xmlXPathRunEval() 14310 int toBool) in xmlXPathCompiledEvalInternal()
|