Searched defs:PerformanceTests (Results 1 – 6 of 6) sorted by relevance
88 class PerformanceTests : public TestCaseGroup class91 …PerformanceTests(EglTestContext &eglTestCtx) : TestCaseGroup(eglTestCtx, "performance", "EGL perfo… in PerformanceTests() function in deqp::egl::PerformanceTests
36 class PerformanceTests : public TestCaseGroup class
101 PerformanceTests::PerformanceTests(Context &context) : TestCaseGroup(context, "performance", "Perfo… in PerformanceTests() function in deqp::gles2::Performance::PerformanceTests
114 PerformanceTests::PerformanceTests(Context &context) : TestCaseGroup(context, "performance", "Perfo… in PerformanceTests() function in deqp::gles3::Performance::PerformanceTests
36 public class PerformanceTests extends RenderTestBase { class