Home
last modified time | relevance | path

Searched refs:switchBody (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderSwitchTests.cpp89 …, const char* name, const char* desc, SwitchType type, bool isVertex, const LineStream& switchBody) in makeSwitchCase() argument
133 op << tcu::StringTemplate(switchBody.str()).specialize(params).c_str(); in makeSwitchCase()
156 …witchCases (TestCaseGroup* group, const char* name, const char* desc, const LineStream& switchBody) in makeSwitchCases() argument
163 …me) + "_" + switchTypeNames[type] + "_vertex").c_str(), desc, (SwitchType)type, true, switchBody)); in makeSwitchCases()
164 … + "_" + switchTypeNames[type] + "_fragment").c_str(), desc, (SwitchType)type, false, switchBody)); in makeSwitchCases()