Searched defs:getPlatformNative (Results 1 – 7 of 7) sorted by relevance
50 void* NativePixmap::getPlatformNative (void) in getPlatformNative() function in eglu::NativePixmap
69 void* NativeDisplay::getPlatformNative (void) in getPlatformNative() function in eglu::NativeDisplay
50 void* NativeWindow::getPlatformNative (void) in getPlatformNative() function in eglu::NativeWindow
115 void* getPlatformNative (void) { return m_display->getXDisplay(); } in getPlatformNative() function in tcu::lnx::x11::egl::Display144 void* getPlatformNative (void) { return &m_window.getXID(); } in getPlatformNative() function in tcu::lnx::x11::egl::Window
74 void* getPlatformNative (void) { return m_display->getDisplay(); } in getPlatformNative() function in tcu::lnx::wayland::egl::Display
94 void *getPlatformNative() override in getPlatformNative() function in tcu::__anonb65af0d50111::ANGLENativeDisplay
87 virtual EGLNativeWindowType getPlatformNative (void) { return m_window->getNativeWindow(); } in getPlatformNative() function in tcu::Android::NativeWindow