Searched defs:isSingleStatement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DOutputGLSL.cpp49 bool isSingleStatement(TIntermNode* node) { function in namespace:__anon14444
446 if (isSingleStatement(node))
683 if (isSingleStatement(node))
H A DOutputHLSL.cpp1008 if (isSingleStatement(*sit))
1529 bool OutputHLSL::isSingleStatement(TIntermNode *node) function in class:sh::OutputHLSL
1543 if (!isSingleStatement(*sit))

Completed in 65 milliseconds