Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h432 …TIntermConstantUnion(ConstantUnion *unionPointer, const TType& t) : TIntermTyped(t), unionArrayPoi… in TIntermConstantUnion() argument
/external/angle/src/compiler/translator/
DIntermNode.h323 TIntermConstantUnion(const TConstantUnion *unionPointer, const TType &type) in TIntermConstantUnion() argument
324 : TIntermExpression(type), mUnionArrayPointer(unionPointer) in TIntermConstantUnion()
326 ASSERT(unionPointer); in TIntermConstantUnion()