Home | History | Annotate | Download | only in functional

Lines Matching refs:TestCaseGroup

149 class ShaderLibraryTest : public TestCaseGroup
153 : TestCaseGroup(context, name, description)
168 class ShaderBuiltinFunctionTests : public TestCaseGroup
172 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests")
184 class ShaderTests : public TestCaseGroup
188 : TestCaseGroup(context, "shaders", "Shading Language Tests")
231 class TextureTests : public TestCaseGroup
235 : TestCaseGroup(context, "texture", "Texture Tests")
255 class FboTests : public TestCaseGroup
259 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests")
277 class BufferTests : public TestCaseGroup
281 : TestCaseGroup(context, "buffer", "Buffer object tests")
293 class NegativeApiTestGroup : public TestCaseGroup
297 : TestCaseGroup(context, "negative_api", "Negative API Tests")
316 class FragmentOpTests : public TestCaseGroup
320 : TestCaseGroup(context, "fragment_ops", "Per-Fragment Operation Tests")
336 class StateQueryTests : public TestCaseGroup
340 : TestCaseGroup(context, "state_query", "State Query Tests")
363 : TestCaseGroup(context, "functional", "Functionality Tests")