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 53 EGLNativeDisplayType NativeDisplay::getLegacyNative (void)
egluNativePixmap.cpp 36 EGLNativePixmapType NativePixmap::getLegacyNative (void)
egluNativeWindow.cpp 36 EGLNativeWindowType NativeWindow::getLegacyNative (void)
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 70 EGLNativeDisplayType getLegacyNative (void) { return m_display->getXDisplay(); }
92 EGLNativeWindowType getLegacyNative (void) { return m_window.getXID(); }
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 47 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; }
65 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 62 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; }
86 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; }
110 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); }

Completed in 77 milliseconds