Home | History | Annotate | Download | only in functional

Lines Matching refs:TestCaseGroup

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