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