Searched defs:windowHeight (Results 1 – 3 of 3) sorted by relevance
220 int windowHeight = mFb->windowHeight(); in postWithOverlay() local
395 int windowHeight() const { return m_windowHeight; } in windowHeight() function
240 SampleApplication::SampleApplication(int windowWidth, int windowHeight, int refreshRate, GLESApi gl… in SampleApplication()