Home
last modified time | relevance | path

Searched refs:getPlatformNative (Results 1 – 11 of 11) 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
144 void* getPlatformNative (void) { return &m_window.getXID(); } in getPlatformNative() function in tcu::lnx::x11::egl::Window
234 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
/external/deqp/framework/egl/
DegluUtil.cpp267 …display = egl.getPlatformDisplay(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(… in getDisplay()
275 …etPlatformDisplayEXT(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(), &legacyAt… in getDisplay()
343 …surface = egl.createPlatformWindowSurface(display, config, window.getPlatformNative(), attribList); in createWindowSurface()
400 …surface = egl.createPlatformPixmapSurface(display, config, pixmap.getPlatformNative(), attribList); in createPixmapSurface()
DegluNativePixmap.hpp58 virtual void* getPlatformNative (void);
DegluNativePixmap.cpp50 void* NativePixmap::getPlatformNative (void) in getPlatformNative() function in eglu::NativePixmap
DegluNativeDisplay.hpp64 virtual void* getPlatformNative (void);
DegluNativeDisplay.cpp69 void* NativeDisplay::getPlatformNative (void) in getPlatformNative() function in eglu::NativeDisplay
DegluNativeWindow.cpp50 void* NativeWindow::getPlatformNative (void) in getPlatformNative() function in eglu::NativeWindow
DegluNativeWindow.hpp97 virtual void* getPlatformNative (void);
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp74 void* getPlatformNative (void) { return m_display->getDisplay(); } in getPlatformNative() function in tcu::lnx::wayland::egl::Display
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp111 surface = egl.createPlatformWindowSurface(display, config, window.getPlatformNative(), DE_NULL); in createWindowSurface()
136 surface = egl.createPlatformPixmapSurface(display, config, pixmap.getPlatformNative(), DE_NULL); in createPixmapSurface()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp87 virtual EGLNativeWindowType getPlatformNative (void) { return m_window->getNativeWindow(); } in getPlatformNative() function in tcu::Android::NativeWindow