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.cpp73 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; } in getLegacyNative() function in tcu::win32::__anonc1270dbf0111::NativeDisplay
99 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; } in getLegacyNative() function in tcu::win32::__anonc1270dbf0111::NativePixmap
123 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); } in getLegacyNative() function in tcu::win32::__anonc1270dbf0111::NativeWindow
/external/deqp/framework/egl/
DegluNativePixmap.cpp38 EGLNativePixmapType NativePixmap::getLegacyNative (void) in getLegacyNative() function in eglu::NativePixmap
DegluNativeDisplay.cpp56 EGLNativeDisplayType NativeDisplay::getLegacyNative (void) in getLegacyNative() function in eglu::NativeDisplay
DegluNativeWindow.cpp38 EGLNativeWindowType NativeWindow::getLegacyNative (void) in getLegacyNative() function in eglu::NativeWindow
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp112 …eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDispl… in getLegacyNative() function in tcu::x11::egl::Display
136 …eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowT… in getLegacyNative() function in tcu::x11::egl::Window
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp61 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; } in getLegacyNative() function in tcu::Android::NativeDisplay
83 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); } in getLegacyNative() function in tcu::Android::NativeWindow