/third_party/vk-gl-cts/framework/platform/nullws/ |
D | tcuNullWSPlatform.cpp | 45 eglw::EGLNativeWindowType getLegacyNative () in getLegacyNative() function in tcu::nullws::Window 75 eglw::EGLNativePixmapType getLegacyNative () in getLegacyNative() function in tcu::nullws::Pixmap 105 eglw::EGLNativeDisplayType getLegacyNative() in getLegacyNative() function in tcu::nullws::Display
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuANGLENativeDisplayFactory.cpp | 125 eglw::EGLNativePixmapType getLegacyNative() override; 157 eglw::EGLNativeWindowType getLegacyNative() override; 200 eglw::EGLNativePixmapType NativePixmap::getLegacyNative() in getLegacyNative() function in tcu::__anon8e4d825a0111::NativePixmap 311 eglw::EGLNativeWindowType NativeWindow::getLegacyNative() in getLegacyNative() function in tcu::__anon8e4d825a0111::NativeWindow
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuANGLENativeDisplayFactory.cpp | 137 eglw::EGLNativePixmapType getLegacyNative() override; 171 eglw::EGLNativeWindowType getLegacyNative() override; 219 eglw::EGLNativePixmapType NativePixmap::getLegacyNative() in getLegacyNative() function in tcu::__anon5d5b10250111::NativePixmap 335 eglw::EGLNativeWindowType NativeWindow::getLegacyNative() in getLegacyNative() function in tcu::__anon5d5b10250111::NativeWindow
|
/third_party/vk-gl-cts/framework/platform/raspi/ |
D | tcuRaspiPlatform.cpp | 55 EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; } in getLegacyNative() function in tcu::rpi::Display 73 EGLNativeWindowType getLegacyNative (void) { return &m_nativeWindow; } in getLegacyNative() function in tcu::rpi::Window
|
/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 73 …eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDispla… in getLegacyNative() function in tcu::lnx::wayland::egl::Display 94 …eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowT… in getLegacyNative() function in tcu::lnx::wayland::egl::Window
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 73 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; } in getLegacyNative() function in tcu::win32::__anonfc7986980111::NativeDisplay 99 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; } in getLegacyNative() function in tcu::win32::__anonfc7986980111::NativePixmap 123 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); } in getLegacyNative() function in tcu::win32::__anonfc7986980111::NativeWindow
|
/third_party/vk-gl-cts/framework/platform/ohos/display/ |
D | tcuOhosNativeDisplay.cpp | 61 eglw::EGLNativeDisplayType OhosDisplay::getLegacyNative (void) in getLegacyNative() function in OhosDisplay
|
D | tcuOhosNativeDisplay.hpp | 65 eglw::EGLNativeDisplayType getLegacyNative (void);
|
/third_party/vk-gl-cts/framework/platform/ohos/display/window/ |
D | tcuOhosNativeWindow.hpp | 59 eglw::EGLNativeWindowType getLegacyNative (void);
|
D | tcuOhosNativeWindow.cpp | 54 eglw::EGLNativeWindowType OhosWindow::getLegacyNative (void) in getLegacyNative() function in tcu::OHOS_ROSEN::egl::OhosWindow
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullPlatform.cpp | 51 eglw::EGLNativeDisplayType getLegacyNative (void) in getLegacyNative() function in tcu::null::NullEGLDisplay
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluNativePixmap.hpp | 55 virtual eglw::EGLNativePixmapType getLegacyNative (void);
|
D | egluNativePixmap.cpp | 38 EGLNativePixmapType NativePixmap::getLegacyNative (void) in getLegacyNative() function in eglu::NativePixmap
|
D | egluNativeDisplay.cpp | 61 EGLNativeDisplayType NativeDisplay::getLegacyNative (void) in getLegacyNative() function in eglu::NativeDisplay
|
D | egluNativeDisplay.hpp | 61 virtual eglw::EGLNativeDisplayType getLegacyNative (void);
|
D | egluUtil.cpp | 282 display = egl.getDisplay(nativeDisplay.getLegacyNative()); in getDisplay() 359 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]); in createWindowSurface() 418 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]); in createPixmapSurface()
|
D | egluNativeWindow.cpp | 38 EGLNativeWindowType NativeWindow::getLegacyNative (void) in getLegacyNative() function in eglu::NativeWindow
|
D | egluNativeWindow.hpp | 91 virtual eglw::EGLNativeWindowType getLegacyNative (void);
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 117 …eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDispl… in getLegacyNative() function in tcu::lnx::x11::egl::Display 142 …eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindow… in getLegacyNative() function in tcu::lnx::x11::egl::Window
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 63 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; } in getLegacyNative() function in tcu::Android::NativeDisplay 85 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); } in getLegacyNative() function in tcu::Android::NativeWindow
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglNegativeApiTests.cpp | 211 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, pixmap->getLegacyNative())); in init() 214 expectFalse(eglCopyBuffers((EGLDisplay)-1, EGL_NO_SURFACE, pixmap->getLegacyNative())); in init() 223 expectFalse(eglCopyBuffers(display, EGL_NO_SURFACE, pixmap->getLegacyNative())); in init() 226 expectFalse(eglCopyBuffers(display, (EGLSurface)-1, pixmap->getLegacyNative())); in init() 710 …expectNoSurface(eglCreateWindowSurface(EGL_NO_DISPLAY, config, window->getLegacyNative(), s_emptyA… in init() 713 …expectNoSurface(eglCreateWindowSurface((EGLDisplay)-1, config, window->getLegacyNative(), s_emptyA… in init()
|
D | teglCreateSurfaceTests.cpp | 96 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), DE_NULL); in createWindowSurface() 127 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL); in createPixmapSurface()
|
D | teglNativeCoordMappingTests.cpp | 484 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
|
D | teglNativeColorMappingTests.cpp | 429 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
|