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

  /external/deqp/framework/egl/
egluNativeDisplay.cpp 64 void* NativeDisplay::getPlatformNative (void)
egluNativePixmap.cpp 44 void* NativePixmap::getPlatformNative (void)
egluNativeWindow.cpp 44 void* NativeWindow::getPlatformNative (void)
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 74 void* getPlatformNative (void) { return m_display->getDisplay(); }
  /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(); }

Completed in 238 milliseconds