Home
last modified time | relevance | path

Searched refs:getLegacyNative (Results 1 – 14 of 14) 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.cpp47 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; } in getLegacyNative() function in tcu::Android::NativeDisplay
65 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); } in getLegacyNative() function in tcu::Android::NativeWindow
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp70 EGLNativeDisplayType getLegacyNative (void) { return m_display->getXDisplay(); } in getLegacyNative() function in tcu::x11::egl::Display
92 EGLNativeWindowType getLegacyNative (void) { return m_window.getXID(); } in getLegacyNative() function in tcu::x11::egl::Window
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp62 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; } in getLegacyNative() function in tcu::__anonba9010d10111::NativeDisplay
86 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; } in getLegacyNative() function in tcu::__anonba9010d10111::NativePixmap
110 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); } in getLegacyNative() function in tcu::__anonba9010d10111::NativeWindow
/external/deqp/framework/egl/
DegluUtil.cpp200 display = eglGetDisplay(nativeDisplay.getLegacyNative()); in getDisplay()
244 surface = eglCreateWindowSurface(display, config, window.getLegacyNative(), &legacyAttribs[0]); in createWindowSurface()
287 surface = eglCreatePixmapSurface(display, config, pixmap.getLegacyNative(), &legacyAttribs[0]); in createPixmapSurface()
DegluNativePixmap.cpp36 EGLNativePixmapType NativePixmap::getLegacyNative (void) in getLegacyNative() function in eglu::NativePixmap
DegluNativePixmap.hpp54 virtual EGLNativePixmapType getLegacyNative (void);
DegluNativeDisplay.hpp53 virtual EGLNativeDisplayType getLegacyNative (void);
DegluNativeDisplay.cpp53 EGLNativeDisplayType NativeDisplay::getLegacyNative (void) in getLegacyNative() function in eglu::NativeDisplay
DegluNativeWindow.cpp36 EGLNativeWindowType NativeWindow::getLegacyNative (void) in getLegacyNative() function in eglu::NativeWindow
DegluNativeWindow.hpp90 virtual EGLNativeWindowType getLegacyNative (void);
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp72 surface = eglCreateWindowSurface(display, config, window.getLegacyNative(), DE_NULL); in createWindowSurface()
95 surface = eglCreatePixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL); in createPixmapSurface()
DteglNativeColorMappingTests.cpp421 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
DteglNativeCoordMappingTests.cpp477 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()