Home
last modified time | relevance | path

Searched refs:createOrGetTestWindow (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/tests/
DDisplayVk_unittest.cpp23 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()
DSampleApplication.h42 OSWindow* createOrGetTestWindow(int xoffset, int yoffset, int width, int height);
DSampleApplication.cpp112 OSWindow* createOrGetTestWindow(int xoffset, int yoffset, int width, int height) { in createOrGetTestWindow() function
246 mWindow = createOrGetTestWindow(mXOffset, mYOffset, mWidth, mHeight); in SampleApplication()
DSwapChainStateVk_unittest.cpp66 m_window = emugl::createOrGetTestWindow(0, 0, k_width, k_height); in createWindowAndSurface()
DFrameBuffer_unittest.cpp75 mWindow = createOrGetTestWindow(mXOffset, mYOffset, mWidth, mHeight); in SetUp()