Home
last modified time | relevance | path

Searched refs:getSurfaceSize (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/display/window/
H A DtcuOhosNativeWindow.hpp63 IVec2 getSurfaceSize (void) const;
65 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize()
H A DtcuOhosNativeWindow.cpp78 IVec2 OhosWindow::getSurfaceSize (void) const in getSurfaceSize() function in tcu::OHOS_ROSEN::egl::OhosWindow
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
H A 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/
H A 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()
H A 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()
H A DteglNativeCoordMappingTests.cpp374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface); in testNativeWindow()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A 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/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuANGLENativeDisplayFactory.cpp172 IVec2 getSurfaceSize() const override;
173 IVec2 getScreenSize() const override { return getSurfaceSize(); }
340 IVec2 NativeWindow::getSurfaceSize() const in getSurfaceSize() function in tcu::__anon20153::NativeWindow
/third_party/vk-gl-cts/framework/platform/win32/
H A 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::__anon30308::NativeWindow
/third_party/vk-gl-cts/framework/egl/
H A DegluNativeWindow.cpp56 tcu::IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in eglu::NativeWindow
H A DegluNativeWindow.hpp103 virtual tcu::IVec2 getSurfaceSize (void) const;
H A DegluUtil.hpp75 tcu::IVec2 getSurfaceSize (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface);
H A DegluUtil.cpp218 tcu::IVec2 getSurfaceSize (const Library& egl, EGLDisplay display, EGLSurface surface) in getSurfaceSize() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DBlit9.h125 gl::Extents getSurfaceSize(IDirect3DSurface9 *surface) const;
H A DBlit9.cpp179 gl::Extents Blit9::getSurfaceSize(IDirect3DSurface9 *surface) const in getSurfaceSize() function in rx::Blit9
210 setViewportAndShaderConstants(getSurfaceRect(source), getSurfaceSize(source), in boxFilter()

Completed in 9 milliseconds