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

  /external/deqp/framework/egl/
egluNativeDisplay.cpp 64 void* NativeDisplay::getPlatformNative (void)
egluNativePixmap.cpp 44 void* NativePixmap::getPlatformNative (void)
egluNativePixmap.hpp 57 virtual void* getPlatformNative (void);
egluNativeDisplay.hpp 63 virtual void* getPlatformNative (void);
egluNativeWindow.cpp 44 void* NativeWindow::getPlatformNative (void)
egluNativeWindow.hpp 93 virtual void* getPlatformNative (void);
egluUtil.cpp 248 display = egl.getPlatformDisplayEXT(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(), &legacyAttribs[0]);
302 surface = egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformNative(), &legacyAttribs[0]);
342 surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), &legacyAttribs[0]);
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 115 void* getPlatformNative (void) { return m_display->getXDisplay(); }
141 void* getPlatformNative (void) { return &m_window.getXID(); }
231 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 74 void* getPlatformNative (void) { return m_display->getDisplay(); }
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 79 surface = egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformNative(), DE_NULL);
100 surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), DE_NULL);

Completed in 185 milliseconds