Home
last modified time | relevance | path

Searched refs:getLegacyNative (Results 1 – 13 of 13) 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/android/
DtcuAndroidPlatform.cpp58 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; } in getLegacyNative() function in tcu::Android::NativeDisplay
80 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); } in getLegacyNative() function in tcu::Android::NativeWindow
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp71 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; } in getLegacyNative() function in tcu::__anonbac8d03a0111::NativeDisplay
97 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; } in getLegacyNative() function in tcu::__anonbac8d03a0111::NativePixmap
121 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); } in getLegacyNative() function in tcu::__anonbac8d03a0111::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
DegluNativeDisplay.hpp60 virtual eglw::EGLNativeDisplayType getLegacyNative (void);
DegluNativeWindow.cpp38 EGLNativeWindowType NativeWindow::getLegacyNative (void) in getLegacyNative() function in eglu::NativeWindow
DegluNativeWindow.hpp90 virtual eglw::EGLNativeWindowType getLegacyNative (void);
DegluUtil.cpp254 display = egl.getDisplay(nativeDisplay.getLegacyNative()); in getDisplay()
309 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]); in createWindowSurface()
349 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]); in createPixmapSurface()
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp112 …eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDispla… in getLegacyNative() function in tcu::x11::egl::Display
135 …eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowT… in getLegacyNative() function in tcu::x11::egl::Window
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp72 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), DE_NULL); in createWindowSurface()
93 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL); in createPixmapSurface()
DteglNativeColorMappingTests.cpp428 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
DteglNativeCoordMappingTests.cpp484 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()