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

  /external/deqp/framework/egl/
egluNativePixmap.hpp 54 virtual EGLNativePixmapType getLegacyNative (void);
egluNativeDisplay.cpp 53 EGLNativeDisplayType NativeDisplay::getLegacyNative (void)
egluNativeDisplay.hpp 53 virtual EGLNativeDisplayType getLegacyNative (void);
egluNativePixmap.cpp 36 EGLNativePixmapType NativePixmap::getLegacyNative (void)
egluNativeWindow.cpp 36 EGLNativeWindowType NativeWindow::getLegacyNative (void)
egluNativeWindow.hpp 90 virtual EGLNativeWindowType getLegacyNative (void);
egluUtil.cpp 200 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/
tcuRaspiPlatform.cpp 55 EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; }
73 EGLNativeWindowType getLegacyNative (void) { return &m_nativeWindow; }
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 47 virtual EGLNativeDisplayType getLegacyNative (void) { return EGL_DEFAULT_DISPLAY; }
65 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); }
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 62 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; }
86 EGLNativePixmapType getLegacyNative (void) { return m_bitmap; }
110 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); }
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 70 EGLNativeDisplayType getLegacyNative (void) { return m_display->getXDisplay(); }
92 EGLNativeWindowType getLegacyNative (void) { return m_window.getXID(); }
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 72 surface = eglCreateWindowSurface(display, config, window.getLegacyNative(), DE_NULL);
95 surface = eglCreatePixmapSurface(display, config, pixmap.getLegacyNative(), DE_NULL);
teglNativeColorMappingTests.cpp 421 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative()));
teglNativeCoordMappingTests.cpp 477 TCU_CHECK_EGL_CALL(eglCopyBuffers(display, *surface, nativePixmap.getLegacyNative()));

Completed in 102 milliseconds