OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toUVec3
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/scripts/
gen-conversions.py
266
inUVec3 =
toUVec3
(toPos(inVec3))
328
genConversionCases([toPos(inFloat), toPos(inInt), inUint, inBool], [toUVec2,
toUVec3
, toUVec4])))
343
genConversionCases([toPos(inVec4), toPos(inIVec4), inUVec4, inBVec4], [toUVec4,
toUVec3
, toUVec2]) +\
345
genConversionCases([toPos(inVec3), toPos(inIVec3), inUVec3, inBVec3], [
toUVec3
, toUVec2]) +\
genutil.py
129
def
toUVec3
(lst): return [v.toUint().
toUVec3
() for v in lst]
243
def
toUVec3
(self): return UVec3(self.x, self.x, self.x)
410
def
toUVec3
(self): return UVec3(self.x, self.y, 0.0)
521
def
toUVec3
(self): return UVec3(self.x, self.y, self.z)
640
def
toUVec3
(self): return UVec3(self.x, self.y, self.z)
/external/deqp/modules/gles31/scripts/
genutil.py
129
def
toUVec3
(lst): return [v.toUint().
toUVec3
() for v in lst]
243
def
toUVec3
(self): return UVec3(self.x, self.x, self.x)
412
def
toUVec3
(self): return UVec3(self.x, self.y, 0.0)
523
def
toUVec3
(self): return UVec3(self.x, self.y, self.z)
642
def
toUVec3
(self): return UVec3(self.x, self.y, self.z)
Completed in 49 milliseconds