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

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

Completed in 815 milliseconds