Searched refs:windowHeight (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/ |
D | PostWorkerGl.cpp | 197 .bottom = mFb->windowHeight(), in postImpl() 220 int windowHeight = mFb->windowHeight(); in postWithOverlay() local 231 float fy = 2.f * (m_viewportHeight - windowHeight * dpr) / (float)m_viewportHeight; in postWithOverlay()
|
D | FrameBuffer.h | 395 int windowHeight() const { return m_windowHeight; } in windowHeight() function
|
/hardware/google/gfxstream/host/tests/ |
D | SampleApplication.h | 50 SampleApplication(int windowWidth = 256, int windowHeight = 256, int refreshRate = 60,
|
D | SampleApplication.cpp | 240 SampleApplication::SampleApplication(int windowWidth, int windowHeight, int refreshRate, GLESApi gl… in SampleApplication() argument 241 mWidth(windowWidth), mHeight(windowHeight), mRefreshRate(refreshRate), mIsCompose(compose) { in SampleApplication()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | textures.adoc | 3768 latexmath:[(u,v)] to latexmath:[(u + windowWidth - 1, v + windowHeight - 1)] 3769 where latexmath:[windowHeight] and latexmath:[windowWidth] are specified by 3776 windowHeight] times.
|