Searched refs:writeConstantUnion (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DOutputGLSL.h25 const ConstantUnion* writeConstantUnion(const TType& type, const ConstantUnion* pConstUnion);
H A DOutputHLSL.h56 const ConstantUnion *writeConstantUnion(const TType &type, const ConstantUnion *constUnion);
H A DOutputGLSL.cpp155 const ConstantUnion* TOutputGLSL::writeConstantUnion(const TType& type, function in class:TOutputGLSL
169 pConstUnion = writeConstantUnion(*fieldType, pConstUnion);
206 writeConstantUnion(node->getType(), node->getUnionArrayPointer());
H A DOutputHLSL.cpp1417 writeConstantUnion(node->getType(), node->getUnionArrayPointer());
2082 const ConstantUnion *OutputHLSL::writeConstantUnion(const TType &type, const ConstantUnion *constUnion)
2096 constUnion = writeConstantUnion(*fieldType, constUnion);

Completed in 56 milliseconds