Home
last modified time | relevance | path

Searched defs:getScreenSize (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/display/window/
DtcuOhosNativeWindow.hpp65 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::OHOS_ROSEN::egl::OhosWindow
/third_party/vk-gl-cts/framework/egl/
DegluNativeWindow.cpp69 tcu::IVec2 NativeWindow::getScreenSize (void) const in getScreenSize() function in eglu::NativeWindow
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp97 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::lnx::wayland::egl::Window
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp148 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::lnx::x11::egl::Window
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp159 IVec2 getScreenSize() const override { return getSurfaceSize(); } in getScreenSize() function in tcu::__anon1b59329d0111::NativeWindow
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp173 IVec2 getScreenSize() const override { return getSurfaceSize(); } in getScreenSize() function in tcu::__anonf8082d680111::NativeWindow
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp125 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::win32::__anon19650cbb0111::NativeWindow
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp88 IVec2 getScreenSize (void) const { return m_window->getSize(); } in getScreenSize() function in tcu::Android::NativeWindow