HomeSort by relevance Sort by last modified time
    Searched defs:UnfoldSelect (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
UnfoldSelect.cpp 6 // UnfoldSelect is an AST traverser to output the select operator ?: as if-else statements
9 #include "compiler/UnfoldSelect.h"
16 UnfoldSelect::UnfoldSelect(TParseContext &context, OutputHLSL *outputHLSL) : mContext(context), mOutputHLSL(outputHLSL)
21 void UnfoldSelect::traverse(TIntermNode *node)
27 bool UnfoldSelect::visitSelection(Visit visit, TIntermSelection *node)
61 int UnfoldSelect::getTemporaryIndex()
UnfoldSelect.h 6 // UnfoldSelect is an AST traverser to output the select operator ?: as if-else statements
19 class UnfoldSelect : public TIntermTraverser
22 UnfoldSelect(TParseContext &context, OutputHLSL *outputHLSL);

Completed in 758 milliseconds