Home
last modified time | relevance | path

Searched refs:getPlatformNative (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp115 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/
DegluNativePixmap.hpp57 virtual void* getPlatformNative (void);
DegluNativePixmap.cpp44 void* NativePixmap::getPlatformNative (void) in getPlatformNative() function in eglu::NativePixmap
DegluNativeDisplay.cpp64 void* NativeDisplay::getPlatformNative (void) in getPlatformNative() function in eglu::NativeDisplay
DegluNativeWindow.cpp44 void* NativeWindow::getPlatformNative (void) in getPlatformNative() function in eglu::NativeWindow
DegluNativeDisplay.hpp63 virtual void* getPlatformNative (void);
DegluNativeWindow.hpp93 virtual void* getPlatformNative (void);
DegluUtil.cpp248 …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/
DteglCreateSurfaceTests.cpp79 …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/
DtcuLnxWaylandEglDisplayFactory.cpp74 void* getPlatformNative (void) { return m_display->getDisplay(); } in getPlatformNative() function in tcu::lnx::wayland::egl::Display