HomeSort by relevance Sort by last modified time
    Searched refs:getLegacyNative (Results 1 - 14 of 14) 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/
egluNativePixmap.cpp 38 EGLNativePixmapType NativePixmap::getLegacyNative (void)
egluNativePixmap.hpp 54 virtual eglw::EGLNativePixmapType getLegacyNative (void);
egluNativeDisplay.cpp 56 EGLNativeDisplayType NativeDisplay::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/android/
tcuAndroidPlatform.cpp 58 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; }
80 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); }
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 71 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; }
97 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; }
121 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); }
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 112 eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getXDisplay()); }
135 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); }
  /external/deqp/modules/egl/
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 916 milliseconds