Lines Matching full:height
34 static constexpr uint32_t height = 256; member in GfxStreamBackendTest
58 window->initialize("GfxStreamBackendTestWindow", width, height); in SetUp()
78 gfxstream_backend_init(width, height, 0, &cookie, in TEST_F()
88 gfxstream_backend_init(width, height, 0, &cookie, in TEST_F()
91 width, height, width, height); in TEST_F()
95 gfxstream_backend_init(width, height, 0, &cookie, in TEST_F()
108 .height = height, in TEST_F()
119 auto fb = std::make_unique<uint32_t[]>(width * height); in TEST_F()
121 stream_renderer_flush_resource_and_readback(res_id, 0, 0, width, height, in TEST_F()
122 fb.get(), width * height); in TEST_F()
127 gfxstream_backend_init(width, height, 0, &cookie, in TEST_F()
140 .height = height, in TEST_F()
151 auto fb = std::make_unique<uint32_t[]>(width * height); in TEST_F()
153 stream_renderer_flush_resource_and_readback(res_id, 0, 0, width, height, in TEST_F()
154 fb.get(), width * height); in TEST_F()