Home
last modified time | relevance | path

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

/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp111 void* getPlatformNative (void) { return m_display->getXDisplay(); } in getPlatformNative() function in tcu::x11::egl::Display
136 void* getPlatformNative (void) { return &m_window.getXID(); } in getPlatformNative() function in tcu::x11::egl::Window
226 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
/external/deqp/framework/egl/
DegluNativePixmap.cpp44 void* NativePixmap::getPlatformNative (void) in getPlatformNative() function in eglu::NativePixmap
DegluNativeDisplay.cpp62 void* NativeDisplay::getPlatformNative (void) in getPlatformNative() function in eglu::NativeDisplay
DegluNativeDisplay.hpp63 virtual void* getPlatformNative (void);
DegluNativeWindow.cpp44 void* NativeWindow::getPlatformNative (void) in getPlatformNative() function in eglu::NativeWindow
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()