Lines Matching refs:TestCaseGroup
115 class ShadersTestGroup : public TestCaseGroup
119 : TestCaseGroup(context, "shaders", "Shader Tests") in ShadersTestGroup()
166 class TextureTestGroup : public TestCaseGroup
170 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTestGroup()
196 class BufferTests : public TestCaseGroup
200 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests()
212 class FboTestGroup : public TestCaseGroup
216 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTestGroup()
234 class NegativeApiTestGroup : public TestCaseGroup
238 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup()
259 class FragmentOpTests : public TestCaseGroup
263 : TestCaseGroup(context, "fragment_ops", "Per-Fragment Operation Tests") in FragmentOpTests()
281 class StateQueryTests : public TestCaseGroup
285 : TestCaseGroup(context, "state_query", "State Query Tests") in StateQueryTests()
306 : TestCaseGroup(context, "functional", "Functionality Tests") in FunctionalTests()