Lines Matching refs:TestCaseGroup
111 class ShadersTestGroup : public TestCaseGroup
115 : TestCaseGroup(context, "shaders", "Shader Tests") in ShadersTestGroup()
158 class TextureTestGroup : public TestCaseGroup
162 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTestGroup()
188 class BufferTests : public TestCaseGroup
192 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests()
204 class FboTestGroup : public TestCaseGroup
208 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTestGroup()
226 class NegativeApiTestGroup : public TestCaseGroup
230 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup()
251 class FragmentOpTests : public TestCaseGroup
255 : TestCaseGroup(context, "fragment_ops", "Per-Fragment Operation Tests") in FragmentOpTests()
273 class StateQueryTests : public TestCaseGroup
277 : TestCaseGroup(context, "state_query", "State Query Tests") in StateQueryTests()
298 : TestCaseGroup(context, "functional", "Functionality Tests") in FunctionalTests()