Lines Matching defs:GLSLTestLoops
15564 class GLSLTestLoops : public GLSLTest class
15579 TEST_P(GLSLTestLoops, BasicFor) in TEST_P() argument
15603 TEST_P(GLSLTestLoops, ForNoCondition) in TEST_P() argument
15630 TEST_P(GLSLTestLoops, ForNoInitConditionOrExpression) in TEST_P() argument
15661 TEST_P(GLSLTestLoops, ForContinue) in TEST_P() argument
15687 TEST_P(GLSLTestLoops, ForUnconditionalContinue) in TEST_P() argument
15712 TEST_P(GLSLTestLoops, ForUnconditionalBreak) in TEST_P() argument
15737 TEST_P(GLSLTestLoops, ForBreakContinue) in TEST_P() argument
15763 TEST_P(GLSLTestLoops, BasicWhile) in TEST_P() argument
15794 TEST_P(GLSLTestLoops, WhileContinue) in TEST_P() argument
15830 TEST_P(GLSLTestLoops, WhileUnconditionalContinue) in TEST_P() argument
15862 TEST_P(GLSLTestLoops, WhileBreak) in TEST_P() argument
15895 TEST_P(GLSLTestLoops, WhileUnconditionalBreak) in TEST_P() argument
15927 TEST_P(GLSLTestLoops, BasicDoWhile) in TEST_P() argument
15958 TEST_P(GLSLTestLoops, DoWhileContinue) in TEST_P() argument
15994 TEST_P(GLSLTestLoops, DoWhileUnconditionalContinue) in TEST_P() argument
16025 TEST_P(GLSLTestLoops, DoWhileBreak) in TEST_P() argument
16058 TEST_P(GLSLTestLoops, DoWhileUnconditionalBreak) in TEST_P() argument
16089 TEST_P(GLSLTestLoops, ForContinueInSwitch) in TEST_P() argument
16124 TEST_P(GLSLTestLoops, WhileContinueInSwitch) in TEST_P() argument
16165 TEST_P(GLSLTestLoops, DoWhileContinueInSwitch) in TEST_P() argument
16208 TEST_P(GLSLTestLoops, SideEffectsInPrunableFor) in TEST_P() argument