Lines Matching refs:TestCaseGroup
99 class ShaderLibraryTest : public TestCaseGroup
103 : TestCaseGroup (context, name, description) in ShaderLibraryTest()
109 : TestCaseGroup (context, name, description) in ShaderLibraryTest()
128 class ShaderBuiltinVarTests : public TestCaseGroup
132 : TestCaseGroup(context, "builtin_var", "Shader Built-in Variable Tests") in ShaderBuiltinVarTests()
142 class ShaderBuiltinFunctionTests : public TestCaseGroup
146 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests()
160 class ShaderLinkageTests : public TestCaseGroup
164 : TestCaseGroup(context, "linkage", "Linkage Tests") in ShaderLinkageTests()
179 class ShaderTests : public TestCaseGroup
183 : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests()
205 class ComputeTests : public TestCaseGroup
209 : TestCaseGroup(context, "compute", "Compute Shader Tests") in ComputeTests()
221 class SSBOTests : public TestCaseGroup
225 : TestCaseGroup(context, "ssbo", "Shader Storage Buffer Object Tests") in SSBOTests()
237 class TextureTests : public TestCaseGroup
241 : TestCaseGroup(context, "texture", "Texture tests") in TextureTests()
257 class StateQueryTests : public TestCaseGroup
261 : TestCaseGroup(context, "state_query", "State query tests") in StateQueryTests()
283 class FboTests : public TestCaseGroup
287 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTests()
300 : TestCaseGroup(context, "functional", "Functionality Tests") in FunctionalTests()