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

  /external/deqp/modules/gles2/scripts/
genutil.py 96 def toVec4(lst): return [v.toFloat().toVec4() for v in lst]
99 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
102 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
206 def toVec4(self): return Vec4(self.x, self.x, self.x, self.x)
209 def toMat4(self): return self.toVec4().toMat4()
322 def toVec4(self): return Vec4(self.x, self.y, 0.0, 0.0)
408 def toVec4(self): return Vec4(self.x, self.y, self.z, 0.0)
496 def expandVec(self, val): return val.toVec4()
500 def toVec4(self): return Vec4(self.x, self.y, self.z, self.w
    [all...]
  /external/deqp/modules/gles3/scripts/
genutil.py 97 def toVec4(lst): return [v.toFloat().toVec4() for v in lst]
100 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
103 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
219 def toVec4(self): return Vec4(self.x, self.x, self.x, self.x)
380 def toVec4(self): return Vec4(self.x, self.y, 0.0, 0.0)
491 def toVec4(self): return Vec4(self.x, self.y, self.z, 0.0)
606 def expandVec(self, val): return val.toVec4()
610 def toVec4(self): return Vec4(self.x, self.y, self.z, self.w)
678 val = val.toVec4()
    [all...]
  /external/deqp/modules/gles31/scripts/
genutil.py 97 def toVec4(lst): return [v.toFloat().toVec4() for v in lst]
100 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
103 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
219 def toVec4(self): return Vec4(self.x, self.x, self.x, self.x)
382 def toVec4(self): return Vec4(self.x, self.y, 0.0, 0.0)
493 def toVec4(self): return Vec4(self.x, self.y, self.z, 0.0)
608 def expandVec(self, val): return val.toVec4()
612 def toVec4(self): return Vec4(self.x, self.y, self.z, self.w)
680 val = val.toVec4()
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 258 inline tcu::Vec4 toVec4 (const tcu::RGBA& c)

Completed in 105 milliseconds