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

/external/deqp/framework/egl/
H A DegluNativePixmap.cpp42 void* NativePixmap::getPlatformNative (void) function in class:eglu::NativePixmap
H A DegluNativePixmap.hpp57 virtual void* getPlatformNative (void);
H A DegluNativeDisplay.cpp59 void* NativeDisplay::getPlatformNative (void) function in class:eglu::NativeDisplay
H A DegluNativeDisplay.hpp56 virtual void* getPlatformNative (void);
H A DegluNativeWindow.cpp42 void* NativeWindow::getPlatformNative (void) function in class:eglu::NativeWindow
H A DegluNativeWindow.hpp93 virtual void* getPlatformNative (void);
H A DegluUtil.cpp194 display = getPlatformDisplay(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(), DE_NULL);
237 surface = createPlatformWindowSurface(display, config, window.getPlatformNative(), &legacyAttribs[0]);
280 surface = createPlatformPixmapSurface(display, config, pixmap.getPlatformNative(), &legacyAttribs[0]);
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp69 void* getPlatformNative (void) { return m_display->getXDisplay(); } function in class:tcu::x11::egl::Display
93 void* getPlatformNative (void) { return &m_window.getXID(); } function in class:tcu::x11::egl::Window
182 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp82 surface = createPlatformWindowSurfaceEXT(display, config, window.getPlatformNative(), DE_NULL);
105 surface = createPlatformPixmapSurfaceEXT(display, config, pixmap.getPlatformNative(), DE_NULL);

Completed in 348 milliseconds