/external/deqp/framework/platform/raspi/ |
D | tcuRaspiPlatform.cpp | 55 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/ |
D | tcuAndroidPlatform.cpp | 47 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/ |
D | tcuX11EglPlatform.cpp | 70 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/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 62 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/ |
D | egluUtil.cpp | 200 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()
|
D | egluNativePixmap.cpp | 36 EGLNativePixmapType NativePixmap::getLegacyNative (void) in getLegacyNative() function in eglu::NativePixmap
|
D | egluNativePixmap.hpp | 54 virtual EGLNativePixmapType getLegacyNative (void);
|
D | egluNativeDisplay.hpp | 53 virtual EGLNativeDisplayType getLegacyNative (void);
|
D | egluNativeDisplay.cpp | 53 EGLNativeDisplayType NativeDisplay::getLegacyNative (void) in getLegacyNative() function in eglu::NativeDisplay
|
D | egluNativeWindow.cpp | 36 EGLNativeWindowType NativeWindow::getLegacyNative (void) in getLegacyNative() function in eglu::NativeWindow
|
D | egluNativeWindow.hpp | 90 virtual EGLNativeWindowType getLegacyNative (void);
|
/external/deqp/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 72 surface = eglCreateWindowSurface(display, config, window.getLegacyNative(), DE_NULL); in createWindowSurface() 95 surface = eglCreatePixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL); in createPixmapSurface()
|
D | teglNativeColorMappingTests.cpp | 421 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
|
D | teglNativeCoordMappingTests.cpp | 477 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
|