Searched refs:createOrGetTestWindow (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | SampleApplication.h | 43 OSWindow* createOrGetTestWindow(int xoffset, int yoffset, int width, int height);
|
D | DisplayVk_unittest.cpp | 34 m_window = createOrGetTestWindow(0, 0, k_width, k_height); in SetUp() 126 m_window = createOrGetTestWindow(0, 0, k_width, k_height); in createWindowAndSurface()
|
D | SwapChainStateVk_unittest.cpp | 70 m_window = createOrGetTestWindow(0, 0, k_width, k_height); in createWindowAndSurface()
|
D | SampleApplication.cpp | 117 OSWindow* createOrGetTestWindow(int xoffset, int yoffset, int width, int height) { in createOrGetTestWindow() function 252 mWindow = createOrGetTestWindow(mXOffset, mYOffset, mWidth, mHeight); in SampleApplication()
|
D | FrameBuffer_unittest.cpp | 81 mWindow = createOrGetTestWindow(mXOffset, mYOffset, mWidth, mHeight); in SetUp()
|