Searched refs:getLegacyNative (Results 1 - 15 of 15) sorted by relevance

/external/deqp/framework/egl/
H A DegluNativePixmap.cpp38 EGLNativePixmapType NativePixmap::getLegacyNative (void) function in class:eglu::NativePixmap
H A DegluNativeDisplay.cpp56 EGLNativeDisplayType NativeDisplay::getLegacyNative (void) function in class:eglu::NativeDisplay
H A DegluNativePixmap.hpp54 virtual eglw::EGLNativePixmapType getLegacyNative (void);
H A DegluNativeDisplay.hpp60 virtual eglw::EGLNativeDisplayType getLegacyNative (void);
H A DegluNativeWindow.cpp38 EGLNativeWindowType NativeWindow::getLegacyNative (void) function in class:eglu::NativeWindow
H A DegluNativeWindow.hpp90 virtual eglw::EGLNativeWindowType getLegacyNative (void);
H A DegluUtil.cpp254 display = egl.getDisplay(nativeDisplay.getLegacyNative());
309 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]);
349 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]);
/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/android/
H A DtcuAndroidPlatform.cpp61 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; } function in class:tcu::Android::NativeDisplay
83 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); } function in class:tcu::Android::NativeWindow
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp73 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; } function in class:tcu::win32::__anon3903::NativeDisplay
99 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; } function in class:tcu::win32::__anon3903::NativePixmap
123 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); } function in class:tcu::win32::__anon3903::NativeWindow
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp112 eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getXDisplay()); } function in class:tcu::x11::egl::Display
136 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); } function in class:tcu::x11::egl::Window
/external/deqp/modules/egl/
H A DteglNegativeApiTests.cpp205 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, pixmap->getLegacyNative()));
208 expectFalse(eglCopyBuffers((EGLDisplay)-1, EGL_NO_SURFACE, pixmap->getLegacyNative()));
217 expectFalse(eglCopyBuffers(display, EGL_NO_SURFACE, pixmap->getLegacyNative()));
220 expectFalse(eglCopyBuffers(display, (EGLSurface)-1, pixmap->getLegacyNative()));
680 expectNoSurface(eglCreateWindowSurface(EGL_NO_DISPLAY, config, window->getLegacyNative(), s_emptyAttribList));
683 expectNoSurface(eglCreateWindowSurface((EGLDisplay)-1, config, window->getLegacyNative(), s_emptyAttribList));
H A DteglCreateSurfaceTests.cpp72 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), DE_NULL);
93 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL);
H A DteglNativeColorMappingTests.cpp428 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative()));
H A DteglNativeCoordMappingTests.cpp484 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative()));

Completed in 184 milliseconds