/third_party/vk-gl-cts/framework/platform/ohos/display/window/ |
D | tcuOhosNativeWindow.hpp | 63 IVec2 getSurfaceSize (void) const; 65 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize()
|
D | tcuOhosNativeWindow.cpp | 75 IVec2 OhosWindow::getSurfaceSize (void) const in getSurfaceSize() function in tcu::OHOS_ROSEN::egl::OhosWindow
|
/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 95 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/ |
D | teglResizeTests.cpp | 326 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()
|
D | teglColorClearCase.cpp | 172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts() 335 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts()
|
D | teglNativeCoordMappingTests.cpp | 374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface); in testNativeWindow()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 146 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/ |
D | tcuANGLENativeDisplayFactory.cpp | 158 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/ |
D | tcuANGLENativeDisplayFactory.cpp | 172 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/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 124 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/ |
D | egluNativeWindow.cpp | 56 tcu::IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in eglu::NativeWindow
|
D | egluNativeWindow.hpp | 103 virtual tcu::IVec2 getSurfaceSize (void) const;
|
D | egluUtil.hpp | 75 tcu::IVec2 getSurfaceSize (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSur…
|
D | egluUtil.cpp | 218 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/ |
D | Blit9.h | 125 gl::Extents getSurfaceSize(IDirect3DSurface9 *surface) const;
|
D | Blit9.cpp | 179 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/ |
D | Blit9.h | 125 gl::Extents getSurfaceSize(IDirect3DSurface9 *surface) const;
|
D | Blit9.cpp | 179 gl::Extents Blit9::getSurfaceSize(IDirect3DSurface9 *surface) const in getSurfaceSize() function in rx::Blit9 210 setViewportAndShaderConstants(getSurfaceRect(source), getSurfaceSize(source), in boxFilter()
|