Home | History | Annotate | Download | only in functional

Lines Matching refs:TestCaseGroup

112 class ShadersTestGroup : public TestCaseGroup
116 : TestCaseGroup(context, "shaders", "Shader Tests")
159 class TextureTestGroup : public TestCaseGroup
163 : TestCaseGroup(context, "texture", "Texture Tests")
189 class BufferTests : public TestCaseGroup
193 : TestCaseGroup(context, "buffer", "Buffer object tests")
205 class FboTestGroup : public TestCaseGroup
209 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests")
227 class NegativeApiTestGroup : public TestCaseGroup
231 : TestCaseGroup(context, "negative_api", "Negative API Tests")
252 class FragmentOpTests : public TestCaseGroup
256 : TestCaseGroup(context, "fragment_ops", "Per-Fragment Operation Tests")
274 class StateQueryTests : public TestCaseGroup
278 : TestCaseGroup(context, "state_query", "State Query Tests")
299 : TestCaseGroup(context, "functional", "Functionality Tests")