Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/samples/gles1/
DDrawTexture.cpp60 GLint windowHeight = getWindow()->getHeight(); in draw() local
/device/generic/vulkan-cereal/third-party/angle/samples/post_sub_buffer/
DPostSubBuffer.cpp136 EGLint windowHeight = static_cast<EGLint>(getWindow()->getHeight()); in swap() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DANGLEPerfTest.h117 EGLint windowHeight = 64; member
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DPointSpritesTest.cpp32 const int windowHeight = 256; member in PointSpritesTest
DSimpleOperationTest.cpp803 int windowHeight) in testDrawElementsLineLoopUsingClientSideMemory()
/device/generic/vulkan-cereal/stream-servers/
DPostWorker.cpp73 int windowHeight = mFb->windowHeight(); in postImpl() local
DFrameBuffer.h505 int windowHeight() const { return m_windowHeight; } in windowHeight() function
/device/generic/vulkan-cereal/stream-servers/tests/
DSampleApplication.cpp234 SampleApplication::SampleApplication(int windowWidth, int windowHeight, int refreshRate, GLESApi gl… in SampleApplication()
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
DANGLETest.cpp209 int windowHeight, in CreatePixelCenterWindowCoords()