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

/external/deqp/framework/egl/
H A DegluNativePixmap.cpp36 EGLNativePixmapType NativePixmap::getLegacyNative (void) function in class:eglu::NativePixmap
H A DegluNativePixmap.hpp54 virtual EGLNativePixmapType getLegacyNative (void);
H A DegluNativeDisplay.cpp53 EGLNativeDisplayType NativeDisplay::getLegacyNative (void) function in class:eglu::NativeDisplay
H A DegluNativeDisplay.hpp53 virtual EGLNativeDisplayType getLegacyNative (void);
H A DegluNativeWindow.cpp36 EGLNativeWindowType NativeWindow::getLegacyNative (void) function in class:eglu::NativeWindow
H A DegluNativeWindow.hpp90 virtual EGLNativeWindowType getLegacyNative (void);
H A DegluUtil.cpp200 display = eglGetDisplay(nativeDisplay.getLegacyNative());
244 surface = eglCreateWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]);
287 surface = eglCreatePixmapSurface(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.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/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
/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/modules/egl/
H A DteglCreateSurfaceTests.cpp72 surface = eglCreateWindowSurface(display, config, window.getLegacyNative(), DE_NULL);
95 surface = eglCreatePixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL);
H A DteglNativeColorMappingTests.cpp421 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative()));
H A DteglNativeCoordMappingTests.cpp477 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative()));

Completed in 233 milliseconds