Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DSampleApplication.h43 OSWindow* createOrGetTestWindow(int xoffset, int yoffset, int width, int height);
DDisplayVk_unittest.cpp34 m_window = createOrGetTestWindow(0, 0, k_width, k_height); in SetUp()
126 m_window = createOrGetTestWindow(0, 0, k_width, k_height); in createWindowAndSurface()
DSwapChainStateVk_unittest.cpp70 m_window = createOrGetTestWindow(0, 0, k_width, k_height); in createWindowAndSurface()
DSampleApplication.cpp117 OSWindow* createOrGetTestWindow(int xoffset, int yoffset, int width, int height) { in createOrGetTestWindow() function
252 mWindow = createOrGetTestWindow(mXOffset, mYOffset, mWidth, mHeight); in SampleApplication()
DFrameBuffer_unittest.cpp81 mWindow = createOrGetTestWindow(mXOffset, mYOffset, mWidth, mHeight); in SetUp()