Searched refs:updateSize (Results 1 – 3 of 3) sorted by relevance
52 void updateSize(uint32_t newWidth, uint32_t newHeight);
50 void DisplaySurface::updateSize(uint32_t newWidth, uint32_t newHeight) { in updateSize() function in gfxstream::DisplaySurface
1030 m_displaySurface->updateSize(m_windowWidth * dpr, m_windowHeight * dpr); in setupSubWindow()