Home
last modified time | relevance | path

Searched refs:getSurfaceSize (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/display/window/
DtcuOhosNativeWindow.hpp63 IVec2 getSurfaceSize (void) const;
65 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize()
DtcuOhosNativeWindow.cpp75 IVec2 OhosWindow::getSurfaceSize (void) const in getSurfaceSize() function in tcu::OHOS_ROSEN::egl::OhosWindow
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp95 IVec2 getSurfaceSize (void) const;
97 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize()
109 IVec2 Window::getSurfaceSize (void) const in getSurfaceSize() function in tcu::lnx::wayland::egl::Window
/third_party/vk-gl-cts/modules/egl/
DteglResizeTests.cpp326 return nativeWindow.getSurfaceSize(); in getNativeSurfaceSize()
338 IVec2 eglSize = eglu::getSurfaceSize(egl, eglDisplay, eglSurface); in checkSurfaceSize()
398 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
413 const IVec2 newEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
465 const IVec2 bufSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in getNativePixelsPerInch()
499 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
DteglColorClearCase.cpp172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts()
335 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts()
DteglNativeCoordMappingTests.cpp374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface); in testNativeWindow()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp146 IVec2 getSurfaceSize (void) const;
148 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize()
161 IVec2 Window::getSurfaceSize (void) const in getSurfaceSize() function in tcu::lnx::x11::egl::Window
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp158 IVec2 getSurfaceSize() const override;
159 IVec2 getScreenSize() const override { return getSurfaceSize(); } in getScreenSize()
316 IVec2 NativeWindow::getSurfaceSize() const in getSurfaceSize() function in tcu::__anon00f533fb0111::NativeWindow
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp172 IVec2 getSurfaceSize() const override;
173 IVec2 getScreenSize() const override { return getSurfaceSize(); } in getScreenSize()
340 IVec2 NativeWindow::getSurfaceSize() const in getSurfaceSize() function in tcu::__anon431fb0c60111::NativeWindow
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp124 virtual IVec2 getSurfaceSize (void) const;
125 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize()
272 IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in tcu::win32::__anon0f15a0d90111::NativeWindow
/third_party/vk-gl-cts/framework/egl/
DegluNativeWindow.cpp56 tcu::IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in eglu::NativeWindow
DegluNativeWindow.hpp103 virtual tcu::IVec2 getSurfaceSize (void) const;
DegluUtil.hpp75 tcu::IVec2 getSurfaceSize (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSur…
DegluUtil.cpp218 tcu::IVec2 getSurfaceSize (const Library& egl, EGLDisplay display, EGLSurface surface) in getSurfaceSize() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DBlit9.h125 gl::Extents getSurfaceSize(IDirect3DSurface9 *surface) const;
DBlit9.cpp179 gl::Extents Blit9::getSurfaceSize(IDirect3DSurface9 *surface) const in getSurfaceSize() function in rx::Blit9
210 setViewportAndShaderConstants(getSurfaceRect(source), getSurfaceSize(source), in boxFilter()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DBlit9.h125 gl::Extents getSurfaceSize(IDirect3DSurface9 *surface) const;
DBlit9.cpp179 gl::Extents Blit9::getSurfaceSize(IDirect3DSurface9 *surface) const in getSurfaceSize() function in rx::Blit9
210 setViewportAndShaderConstants(getSurfaceRect(source), getSurfaceSize(source), in boxFilter()