HomeSort by relevance Sort by last modified time
    Searched defs:getLegacyNative (Results 1 - 7 of 7) 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/X11/
tcuX11EglPlatform.cpp 112 eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getXDisplay()); }
135 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); }
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 58 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; }
80 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); }
  /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/win32/
tcuWin32EGLNativeDisplayFactory.cpp 71 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; }
97 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; }
121 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); }

Completed in 203 milliseconds