Lines Matching refs:TestCaseGroup
148 class ShaderLibraryTest : public TestCaseGroup
152 : TestCaseGroup(context, name, description) in ShaderLibraryTest()
167 class ShaderBuiltinFunctionTests : public TestCaseGroup
171 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests()
183 class ShaderTests : public TestCaseGroup
187 : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests()
229 class TextureTests : public TestCaseGroup
233 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTests()
253 class FboTests : public TestCaseGroup
257 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTests()
275 class BufferTests : public TestCaseGroup
279 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests()
291 class NegativeApiTestGroup : public TestCaseGroup
295 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup()
314 class FragmentOpTests : public TestCaseGroup
318 : TestCaseGroup(context, "fragment_ops", "Per-Fragment Operation Tests") in FragmentOpTests()
334 class StateQueryTests : public TestCaseGroup
338 : TestCaseGroup(context, "state_query", "State Query Tests") in StateQueryTests()
361 : TestCaseGroup(context, "functional", "Functionality Tests") in FunctionalTests()