Searched defs:getLegacyNative (Results 1 – 7 of 7) sorted by relevance
55 EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; } in getLegacyNative() function in tcu::rpi::Display73 EGLNativeWindowType getLegacyNative (void) { return &m_nativeWindow; } in getLegacyNative() function in tcu::rpi::Window
62 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; } in getLegacyNative() function in tcu::__anonba9010d10111::NativeDisplay86 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; } in getLegacyNative() function in tcu::__anonba9010d10111::NativePixmap110 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); } in getLegacyNative() function in tcu::__anonba9010d10111::NativeWindow
47 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; } in getLegacyNative() function in tcu::Android::NativeDisplay65 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); } in getLegacyNative() function in tcu::Android::NativeWindow
70 EGLNativeDisplayType getLegacyNative (void) { return m_display->getXDisplay(); } in getLegacyNative() function in tcu::x11::egl::Display92 EGLNativeWindowType getLegacyNative (void) { return m_window.getXID(); } in getLegacyNative() function in tcu::x11::egl::Window
36 EGLNativePixmapType NativePixmap::getLegacyNative (void) in getLegacyNative() function in eglu::NativePixmap
53 EGLNativeDisplayType NativeDisplay::getLegacyNative (void) in getLegacyNative() function in eglu::NativeDisplay
36 EGLNativeWindowType NativeWindow::getLegacyNative (void) in getLegacyNative() function in eglu::NativeWindow