Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h307 TIntermConstantUnion(const TConstantUnion *unionPointer, const TType &type) in TIntermConstantUnion() argument
308 : TIntermExpression(type), mUnionArrayPointer(unionPointer) in TIntermConstantUnion()
310 ASSERT(unionPointer); in TIntermConstantUnion()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h432 …TIntermConstantUnion(ConstantUnion *unionPointer, const TType& t) : TIntermTyped(t), unionArrayPoi… in TIntermConstantUnion() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h341 TIntermConstantUnion(const TConstantUnion *unionPointer, const TType &type) in TIntermConstantUnion() argument
342 : TIntermExpression(type), mUnionArrayPointer(unionPointer) in TIntermConstantUnion()
344 ASSERT(unionPointer); in TIntermConstantUnion()