Lines Matching refs:TestCaseGroup
86 class ShaderLibraryTest : public TestCaseGroup
90 : TestCaseGroup (context, name, description) in ShaderLibraryTest()
96 : TestCaseGroup (context, name, description) in ShaderLibraryTest()
115 class ShaderBuiltinVarTests : public TestCaseGroup
119 : TestCaseGroup(context, "builtin_var", "Shader Built-in Variable Tests") in ShaderBuiltinVarTests()
129 class ShaderBuiltinFunctionTests : public TestCaseGroup
133 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests()
147 class ShaderLinkageTests : public TestCaseGroup
151 : TestCaseGroup(context, "linkage", "Linkage Tests") in ShaderLinkageTests()
165 class ShaderTests : public TestCaseGroup
169 : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests()
189 class ComputeTests : public TestCaseGroup
193 : TestCaseGroup(context, "compute", "Compute Shader Tests") in ComputeTests()
205 class SSBOTests : public TestCaseGroup
209 : TestCaseGroup(context, "ssbo", "Shader Storage Buffer Object Tests") in SSBOTests()
221 class TextureTests : public TestCaseGroup
225 : TestCaseGroup(context, "texture", "Texture tests") in TextureTests()
240 class StateQueryTests : public TestCaseGroup
244 : TestCaseGroup(context, "state_query", "State query tests") in StateQueryTests()
259 class FboTests : public TestCaseGroup
263 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTests()
276 : TestCaseGroup(context, "functional", "Functionality Tests") in FunctionalTests()