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

  /external/deqp/framework/egl/
egluNativeDisplay.cpp 62 void* NativeDisplay::getPlatformNative (void)
egluNativePixmap.cpp 44 void* NativePixmap::getPlatformNative (void)
egluNativeWindow.cpp 44 void* NativeWindow::getPlatformNative (void)
  /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(); }

Completed in 115 milliseconds