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

  /external/deqp/framework/egl/
egluNativePixmap.hpp 57 virtual void* getPlatformNative (void);
egluNativeDisplay.cpp 59 void* NativeDisplay::getPlatformNative (void)
egluNativeDisplay.hpp 56 virtual void* getPlatformNative (void);
egluNativePixmap.cpp 42 void* NativePixmap::getPlatformNative (void)
egluNativeWindow.cpp 42 void* NativeWindow::getPlatformNative (void)
egluNativeWindow.hpp 93 virtual void* getPlatformNative (void);
egluUtil.cpp 194 display = getPlatformDisplay(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(), DE_NULL);
237 surface = createPlatformWindowSurface(display, config, window.getPlatformNative(), &legacyAttribs[0]);
280 surface = createPlatformPixmapSurface(display, config, pixmap.getPlatformNative(), &legacyAttribs[0]);
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 69 void* getPlatformNative (void) { return m_display->getXDisplay(); }
93 void* getPlatformNative (void) { return &m_window.getXID(); }
182 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 82 surface = createPlatformWindowSurfaceEXT(display, config, window.getPlatformNative(), DE_NULL);
105 surface = createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), DE_NULL);

Completed in 65 milliseconds