Lines Matching refs:TestCaseGroup
113 class ShadersTestGroup : public TestCaseGroup
117 : TestCaseGroup(context, "shaders", "Shader Tests") in ShadersTestGroup()
163 class TextureTestGroup : public TestCaseGroup
167 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTestGroup()
193 class BufferTests : public TestCaseGroup
197 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests()
209 class FboTestGroup : public TestCaseGroup
213 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTestGroup()
231 class NegativeApiTestGroup : public TestCaseGroup
235 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup()
256 class FragmentOpTests : public TestCaseGroup
260 : TestCaseGroup(context, "fragment_ops", "Per-Fragment Operation Tests") in FragmentOpTests()
278 class StateQueryTests : public TestCaseGroup
282 : TestCaseGroup(context, "state_query", "State Query Tests") in StateQueryTests()
303 : TestCaseGroup(context, "functional", "Functionality Tests") in FunctionalTests()