Home
last modified time | relevance | path

Searched refs:RSInterfacesVirtualScreenTest (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
H A Drs_interfaces_virtual_screen_test.cpp31 class RSInterfacesVirtualScreenTest : public testing::Test { class
49 sptr<Display> RSInterfacesVirtualScreenTest::defaultDisplay_ = nullptr;
53 uint32_t RSInterfacesVirtualScreenTest::defaultWidth_ = 480;
54 uint32_t RSInterfacesVirtualScreenTest::defaultHeight_ = 320;
55 float RSInterfacesVirtualScreenTest::defaultDensity_ = 2.0;
56 int32_t RSInterfacesVirtualScreenTest::defaultFlags_ = 0;
57 VirtualScreenOption RSInterfacesVirtualScreenTest::defaultOption_ = {
61 void RSInterfacesVirtualScreenTest::SetUpTestCase() in SetUpTestCase()
72 void RSInterfacesVirtualScreenTest::TearDownTestCase() in TearDownTestCase()
76 void RSInterfacesVirtualScreenTest::SetUp() in SetUp()
[all …]
H A DBUILD.gn23 ":RSInterfacesVirtualScreenTest",
27 ## Build RSInterfacesVirtualScreenTest
28 ohos_systemtest("RSInterfacesVirtualScreenTest") {