Home
last modified time | relevance | path

Searched defs:PerformanceTests (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/modules/egl/
H A DteglTestPackage.cpp88 class PerformanceTests : public TestCaseGroup class
91PerformanceTests(EglTestContext &eglTestCtx) : TestCaseGroup(eglTestCtx, "performance", "EGL perfo… in PerformanceTests() function in deqp::egl::PerformanceTests
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pPerformanceTests.hpp36 class PerformanceTests : public TestCaseGroup class
H A Des2pPerformanceTests.cpp101 PerformanceTests::PerformanceTests(Context &context) : TestCaseGroup(context, "performance", "Perfo… in PerformanceTests() function in deqp::gles2::Performance::PerformanceTests
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pPerformanceTests.hpp36 class PerformanceTests : public TestCaseGroup class
H A Des3pPerformanceTests.cpp114 PerformanceTests::PerformanceTests(Context &context) : TestCaseGroup(context, "performance", "Perfo… in PerformanceTests() function in deqp::gles3::Performance::PerformanceTests
/aosp_15_r20/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DPerformanceTests.java36 public class PerformanceTests extends RenderTestBase { class