Home
last modified time | relevance | path

Searched defs:getPlatformNative (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/egl/
DegluNativePixmap.cpp44 void* NativePixmap::getPlatformNative (void) in getPlatformNative() function in eglu::NativePixmap
DegluNativeDisplay.cpp64 void* NativeDisplay::getPlatformNative (void) in getPlatformNative() function in eglu::NativeDisplay
DegluNativeWindow.cpp44 void* NativeWindow::getPlatformNative (void) in getPlatformNative() function in eglu::NativeWindow
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp111 void* getPlatformNative (void) { return m_display->getXDisplay(); } in getPlatformNative() function in tcu::x11::egl::Display
137 void* getPlatformNative (void) { return &m_window.getXID(); } in getPlatformNative() function in tcu::x11::egl::Window
/external/deqp/framework/platform/wayland/
DtcuWaylandEglPlatform.cpp70 void* getPlatformNative (void) { return m_display->getDisplay(); } in getPlatformNative() function in tcu::wayland::egl::Display