Home
last modified time | relevance | path

Searched defs:toFloat (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py115 def toFloat(lst): return [Scalar(float(v.x)) for v in lst] function
233 def toFloat(self): return Scalar(float(self.x)) member in Scalar
347 def toFloat(self): return Vec2(float(self.x), float(self.y)) member in Vec2
433 def toFloat(self): return Vec3(float(self.x), float(self.y), float(self.z)) member in Vec3
526 def toFloat(self): return Vec4(float(self.x), float(self.y), float(self.z), float(self.w)) member in Vec4
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py115 def toFloat(lst): return [Scalar(float(v.x)) for v in lst] function
255 def toFloat(self): return Scalar(float(self.x)) member in Scalar
416 def toFloat(self): return Vec2(float(self.x), float(self.y)) member in Vec2
527 def toFloat(self): return Vec3(float(self.x), float(self.y), float(self.z)) member in Vec3
647 def toFloat(self): return Vec4(float(self.x), float(self.y), float(self.z), float(self.w)) member in Vec4
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py115 def toFloat(lst): return [Scalar(float(v.x)) for v in lst] function
255 def toFloat(self): return Scalar(float(self.x)) member in Scalar
414 def toFloat(self): return Vec2(float(self.x), float(self.y)) member in Vec2
525 def toFloat(self): return Vec3(float(self.x), float(self.y), float(self.z)) member in Vec3
645 def toFloat(self): return Vec4(float(self.x), float(self.y), float(self.z), float(self.w)) member in Vec4
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp1189 float GLValue::toFloat (void) const in toFloat() function in deqp::gls::GLValue
DglsDrawTest.cpp578 float GLValue::toFloat (void) const in toFloat() function in deqp::gls::__anon45b097dc0111::GLValue
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp4492 static std::vector<Value *> toFloat(const std::vector<Value *> &vals) in toFloat() function