Home
last modified time | relevance | path

Searched defs:windowHeight (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/
DPostWorker.cpp90 int windowHeight = mFb->windowHeight(); in postWithOverlay() local
DFrameBuffer.h552 int windowHeight() const { return m_windowHeight; } in windowHeight() function
/device/generic/vulkan-cereal/stream-servers/tests/
DSampleApplication.cpp240 SampleApplication::SampleApplication(int windowWidth, int windowHeight, int refreshRate, GLESApi gl… in SampleApplication()