Searched refs:getPlatformNative (Results 1 - 9 of 9) sorted by relevance

/external/deqp/framework/egl/
H A DegluNativePixmap.cpp44 void* NativePixmap::getPlatformNative (void) function in class:eglu::NativePixmap
H A DegluNativeDisplay.cpp64 void* NativeDisplay::getPlatformNative (void) function in class:eglu::NativeDisplay
H A DegluNativePixmap.hpp57 virtual void* getPlatformNative (void);
H A DegluNativeDisplay.hpp63 virtual void* getPlatformNative (void);
H A DegluNativeWindow.cpp44 void* NativeWindow::getPlatformNative (void) function in class:eglu::NativeWindow
H A DegluNativeWindow.hpp93 virtual void* getPlatformNative (void);
H A DegluUtil.cpp248 display = egl.getPlatformDisplayEXT(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(), &legacyAttribs[0]);
302 surface = egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformNative(), &legacyAttribs[0]);
342 surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), &legacyAttribs[0]);
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp111 void* getPlatformNative (void) { return m_display->getXDisplay(); } function in class:tcu::x11::egl::Display
137 void* getPlatformNative (void) { return &m_window.getXID(); } function in class:tcu::x11::egl::Window
227 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp79 surface = egl.createPlatformWindowSurfaceEXT(display, config, window.getPlatformNative(), DE_NULL);
100 surface = egl.createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), DE_NULL);

Completed in 91 milliseconds