Searched refs:unionPointer (Results 1 – 2 of 2) sorted by relevance
322 TIntermConstantUnion(const TConstantUnion *unionPointer, const TType &type) in TIntermConstantUnion() argument323 : TIntermExpression(type), mUnionArrayPointer(unionPointer) in TIntermConstantUnion()325 ASSERT(unionPointer); in TIntermConstantUnion()
432 …TIntermConstantUnion(ConstantUnion *unionPointer, const TType& t) : TIntermTyped(t), unionArrayPoi… in TIntermConstantUnion() argument