HomeSort by relevance Sort by last modified time
    Searched defs:getLegacyNative (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/egl/
egluNativeDisplay.cpp 56 EGLNativeDisplayType NativeDisplay::getLegacyNative (void)
egluNativePixmap.cpp 38 EGLNativePixmapType NativePixmap::getLegacyNative (void)
egluNativeWindow.cpp 38 EGLNativeWindowType NativeWindow::getLegacyNative (void)
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 73 eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getDisplay()); }
94 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getWindow()); }
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 116 eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getXDisplay()); }
140 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); }
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 55 EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; }
73 EGLNativeWindowType getLegacyNative (void) { return &m_nativeWindow; }
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 61 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; }
83 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); }
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 73 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; }
99 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; }
123 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); }

Completed in 108 milliseconds