Searched refs:makeSwitchCases (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderSwitchTests.cpp | 156 static void makeSwitchCases (TestCaseGroup* group, const char* name, const char* desc, const LineSt… in makeSwitchCases() function 185 makeSwitchCases(this, "basic", "Basic switch statement usage", in init() 195 makeSwitchCases(this, "const_expr_in_label", "Constant expression in label", in init() 206 makeSwitchCases(this, "default_label", "Default label usage", in init() 216 makeSwitchCases(this, "default_not_last", "Default label usage", in init() 226 makeSwitchCases(this, "no_default_label", "No match in switch without default label", in init() 236 makeSwitchCases(this, "fall_through", "Fall-through", in init() 247 makeSwitchCases(this, "fall_through_default", "Fall-through", in init() 258 makeSwitchCases(this, "conditional_fall_through", "Fall-through", in init() 274 makeSwitchCases(this, "conditional_fall_through_2", "Fall-through", in init() [all …]
|