Home
last modified time | relevance | path

Searched defs:getLegacyNative (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.cpp55 EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; } in getLegacyNative() function in tcu::rpi::Display
73 EGLNativeWindowType getLegacyNative (void) { return &m_nativeWindow; } in getLegacyNative() function in tcu::rpi::Window
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp62 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; } in getLegacyNative() function in tcu::__anonba9010d10111::NativeDisplay
86 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; } in getLegacyNative() function in tcu::__anonba9010d10111::NativePixmap
110 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); } in getLegacyNative() function in tcu::__anonba9010d10111::NativeWindow
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp47 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; } in getLegacyNative() function in tcu::Android::NativeDisplay
65 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); } in getLegacyNative() function in tcu::Android::NativeWindow
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp70 EGLNativeDisplayType getLegacyNative (void) { return m_display->getXDisplay(); } in getLegacyNative() function in tcu::x11::egl::Display
92 EGLNativeWindowType getLegacyNative (void) { return m_window.getXID(); } in getLegacyNative() function in tcu::x11::egl::Window
/external/deqp/framework/egl/
DegluNativePixmap.cpp36 EGLNativePixmapType NativePixmap::getLegacyNative (void) in getLegacyNative() function in eglu::NativePixmap
DegluNativeDisplay.cpp53 EGLNativeDisplayType NativeDisplay::getLegacyNative (void) in getLegacyNative() function in eglu::NativeDisplay
DegluNativeWindow.cpp36 EGLNativeWindowType NativeWindow::getLegacyNative (void) in getLegacyNative() function in eglu::NativeWindow