Searched refs:createOrGetTestWindow (Results 1 – 5 of 5) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | DisplayVk_unittest.cpp | 23 m_window = emugl::createOrGetTestWindow(0, 0, k_width, k_height); in SetUp() 95 m_window = emugl::createOrGetTestWindow(0, 0, k_width, k_height); in createWindowAndSurface()
|
D | SampleApplication.h | 42 OSWindow* createOrGetTestWindow(int xoffset, int yoffset, int width, int height);
|
D | SampleApplication.cpp | 112 OSWindow* createOrGetTestWindow(int xoffset, int yoffset, int width, int height) { in createOrGetTestWindow() function 246 mWindow = createOrGetTestWindow(mXOffset, mYOffset, mWidth, mHeight); in SampleApplication()
|
D | SwapChainStateVk_unittest.cpp | 66 m_window = emugl::createOrGetTestWindow(0, 0, k_width, k_height); in createWindowAndSurface()
|
D | FrameBuffer_unittest.cpp | 75 mWindow = createOrGetTestWindow(mXOffset, mYOffset, mWidth, mHeight); in SetUp()
|