Searched defs:getPlatformNative (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/egl/
H A DegluNativeDisplay.cpp59 void* NativeDisplay::getPlatformNative (void) function in class:eglu::NativeDisplay
H A DegluNativePixmap.cpp42 void* NativePixmap::getPlatformNative (void) function in class:eglu::NativePixmap
H A DegluNativeWindow.cpp42 void* NativeWindow::getPlatformNative (void) function in class:eglu::NativeWindow
/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(); }

Completed in 1114 milliseconds