Home
last modified time | relevance | path

Searched refs:getPlatformNative (Results 1 – 12 of 12) 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/
DegluNativePixmap.hpp58 virtual void* getPlatformNative (void);
DegluNativePixmap.cpp50 void* NativePixmap::getPlatformNative (void) in getPlatformNative() function in eglu::NativePixmap
DegluUtil.cpp268 …display = egl.getPlatformDisplay(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(… in getDisplay()
276 …etPlatformDisplayEXT(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(), &legacyAt… in getDisplay()
345 …surface = egl.createPlatformWindowSurface(display, config, window.getPlatformNative(), attribList); in createWindowSurface()
403 …surface = egl.createPlatformPixmapSurface(display, config, pixmap.getPlatformNative(), attribList); in createPixmapSurface()
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()
137 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
/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp94 void *getPlatformNative() override in getPlatformNative() function in tcu::__anonb65af0d50111::ANGLENativeDisplay