Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DPostWorkerGl.cpp197 .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()
DFrameBuffer.h395 int windowHeight() const { return m_windowHeight; } in windowHeight() function
/hardware/google/gfxstream/host/tests/
DSampleApplication.h50 SampleApplication(int windowWidth = 256, int windowHeight = 256, int refreshRate = 60,
DSampleApplication.cpp240 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/
Dtextures.adoc3768 latexmath:[(u,v)] to latexmath:[(u + windowWidth - 1, v + windowHeight - 1)]
3769 where latexmath:[windowHeight] and latexmath:[windowWidth] are specified by
3776 windowHeight] times.