Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/samples/gles1/
DDrawTexture.cpp59 GLint windowWidth = getWindow()->getWidth(); in draw() local
/device/generic/vulkan-cereal/third-party/angle/samples/post_sub_buffer/
DPostSubBuffer.cpp135 EGLint windowWidth = static_cast<EGLint>(getWindow()->getWidth()); in swap() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DANGLEPerfTest.h116 EGLint windowWidth = 64; member
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DPointSpritesTest.cpp31 const int windowWidth = 256; member in PointSpritesTest
DSimpleOperationTest.cpp802 int windowWidth, in testDrawElementsLineLoopUsingClientSideMemory()
/device/generic/vulkan-cereal/stream-servers/
DPostWorker.cpp72 int windowWidth = mFb->windowWidth(); in postImpl() local
DFrameBuffer.h504 int windowWidth() const { return m_windowWidth; } in windowWidth() 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.cpp208 int windowWidth, in CreatePixelCenterWindowCoords()