Home
last modified time | relevance | path

Searched refs:combFunc (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/scripts/
Dgen-conversions.py210 def __init__(self, inComps, combFunc): argument
212 self.outValues = combFunc(inComps)
288 for combFunc in combFuncList:
289 res += [CombineCase(comps, combFunc)]
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py223 def __init__(self, inComps, combFunc): argument
225 self.outValues = combFunc(inComps)
314 for combFunc in combFuncList:
315 res += [CombineCase(comps, combFunc)]