HomeSort by relevance Sort by last modified time
    Searched refs:getLegacyNative (Results 1 - 16 of 16) sorted by null

  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 55 EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; }
73 EGLNativeWindowType getLegacyNative (void) { return &m_nativeWindow; }
  /external/deqp/framework/egl/
egluNativeDisplay.cpp 56 EGLNativeDisplayType NativeDisplay::getLegacyNative (void)
egluNativePixmap.cpp 38 EGLNativePixmapType NativePixmap::getLegacyNative (void)
egluNativePixmap.hpp 54 virtual eglw::EGLNativePixmapType getLegacyNative (void);
egluNativeDisplay.hpp 60 virtual eglw::EGLNativeDisplayType getLegacyNative (void);
egluNativeWindow.cpp 38 EGLNativeWindowType NativeWindow::getLegacyNative (void)
egluNativeWindow.hpp 90 virtual eglw::EGLNativeWindowType getLegacyNative (void);
egluUtil.cpp 254 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/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 73 eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getDisplay()); }
94 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getWindow()); }
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 61 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; }
83 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); }
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 116 eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getXDisplay()); }
140 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); }
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 73 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; }
99 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; }
123 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); }
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 211 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, pixmap->getLegacyNative()));
214 expectFalse(eglCopyBuffers((EGLDisplay)-1, EGL_NO_SURFACE, pixmap->getLegacyNative()));
223 expectFalse(eglCopyBuffers(display, EGL_NO_SURFACE, pixmap->getLegacyNative()));
226 expectFalse(eglCopyBuffers(display, (EGLSurface)-1, pixmap->getLegacyNative()));
686 expectNoSurface(eglCreateWindowSurface(EGL_NO_DISPLAY, config, window->getLegacyNative(), s_emptyAttribList));
689 expectNoSurface(eglCreateWindowSurface((EGLDisplay)-1, config, window->getLegacyNative(), s_emptyAttribList));
    [all...]
teglCreateSurfaceTests.cpp 72 surface = egl.createWindowSurface(display, config, window.getLegacyNative(), DE_NULL);
93 surface = egl.createPixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL);
teglNativeColorMappingTests.cpp 428 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative()));
teglNativeCoordMappingTests.cpp 484 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative()));

Completed in 253 milliseconds