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

  /external/deqp/framework/egl/
egluNativePixmap.cpp 44 void* NativePixmap::getPlatformNative (void)
egluNativePixmap.hpp 57 virtual void* getPlatformNative (void);
egluNativeDisplay.cpp 62 void* NativeDisplay::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/X11/
tcuX11EglPlatform.cpp 111 void* getPlatformNative (void) { return m_display->getXDisplay(); }
136 void* getPlatformNative (void) { return &m_window.getXID(); }
226 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
  /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 2100 milliseconds