Lines Matching refs:TestCaseGroup
114 class ShadersTestGroup : public TestCaseGroup
118 : TestCaseGroup(context, "shaders", "Shader Tests") in ShadersTestGroup()
164 class TextureTestGroup : public TestCaseGroup
168 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTestGroup()
194 class BufferTests : public TestCaseGroup
198 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests()
210 class FboTestGroup : public TestCaseGroup
214 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTestGroup()
232 class NegativeApiTestGroup : public TestCaseGroup
236 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup()
257 class FragmentOpTests : public TestCaseGroup
261 : TestCaseGroup(context, "fragment_ops", "Per-Fragment Operation Tests") in FragmentOpTests()
279 class StateQueryTests : public TestCaseGroup
283 : TestCaseGroup(context, "state_query", "State Query Tests") in StateQueryTests()
304 : TestCaseGroup(context, "functional", "Functionality Tests") in FunctionalTests()