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)
386 def toVec4(self): return Vec4(self.x, self.y, 0.0, 0.0)
497 def toVec4(self): return Vec4(self.x, self.y, self.z, 0.0)
612 def expandVec(self, val): return val.toVec4()
616 def toVec4(self): return Vec4(self.x, self.y, self.z, self.w)
684 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)
388 def toVec4(self): return Vec4(self.x, self.y, 0.0, 0.0)
499 def toVec4(self): return Vec4(self.x, self.y, self.z, 0.0)
614 def expandVec(self, val): return val.toVec4()
618 def toVec4(self): return Vec4(self.x, self.y, self.z, self.w)
686 val = val.toVec4()
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 252 inline tcu::Vec4 toVec4 (const tcu::RGBA& c)

Completed in 1011 milliseconds