Searched refs:getPlatformNative (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 115 void* getPlatformNative (void) { return m_display->getXDisplay(); } in getPlatformNative() function in tcu::lnx::x11::egl::Display 141 void* getPlatformNative (void) { return &m_window.getXID(); } in getPlatformNative() function in tcu::lnx::x11::egl::Window 231 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
|
/external/deqp/framework/egl/ |
D | egluNativePixmap.hpp | 57 virtual void* getPlatformNative (void);
|
D | egluNativePixmap.cpp | 44 void* NativePixmap::getPlatformNative (void) in getPlatformNative() function in eglu::NativePixmap
|
D | egluNativeDisplay.cpp | 64 void* NativeDisplay::getPlatformNative (void) in getPlatformNative() function in eglu::NativeDisplay
|
D | egluNativeWindow.cpp | 44 void* NativeWindow::getPlatformNative (void) in getPlatformNative() function in eglu::NativeWindow
|
D | egluNativeDisplay.hpp | 63 virtual void* getPlatformNative (void);
|
D | egluNativeWindow.hpp | 93 virtual void* getPlatformNative (void);
|
D | egluUtil.cpp | 248 …etPlatformDisplayEXT(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(), &legacyAt… in getDisplay() 302 …surface = egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformNative(), &legacyA… in createWindowSurface() 342 …surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), &legacyA… in createPixmapSurface()
|
/external/deqp/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 79 …surface = egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformNative(), DE_NULL); in createWindowSurface() 100 …surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), DE_NULL); in createPixmapSurface()
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 74 void* getPlatformNative (void) { return m_display->getDisplay(); } in getPlatformNative() function in tcu::lnx::wayland::egl::Display
|