Lines Matching refs:TestCaseGroup
151 class ShaderLibraryTest : public TestCaseGroup
155 : TestCaseGroup(context, name, description) in ShaderLibraryTest()
170 class ShaderBuiltinFunctionTests : public TestCaseGroup
174 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests()
186 class ShaderTests : public TestCaseGroup
190 : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests()
236 class TextureTests : public TestCaseGroup
240 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTests()
260 class FboTests : public TestCaseGroup
264 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTests()
283 class BufferTests : public TestCaseGroup
287 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests()
299 class NegativeApiTestGroup : public TestCaseGroup
303 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup()
322 class FragmentOpTests : public TestCaseGroup
326 : TestCaseGroup(context, "fragment_ops", "Per-Fragment Operation Tests") in FragmentOpTests()
342 class StateQueryTests : public TestCaseGroup
346 : TestCaseGroup(context, "state_query", "State Query Tests") in StateQueryTests()
369 : TestCaseGroup(context, "functional", "Functionality Tests") in FunctionalTests()