Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativePixmap.cpp50 void* NativePixmap::getPlatformNative (void) in getPlatformNative() function in eglu::NativePixmap
DegluNativeDisplay.cpp69 void* NativeDisplay::getPlatformNative (void) in getPlatformNative() function in eglu::NativeDisplay
DegluNativeWindow.cpp50 void* NativeWindow::getPlatformNative (void) in getPlatformNative() function in eglu::NativeWindow
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp115 void* getPlatformNative (void) { return m_display->getXDisplay(); } in getPlatformNative() function in tcu::lnx::x11::egl::Display
144 void* getPlatformNative (void) { return &m_window.getXID(); } in getPlatformNative() function in tcu::lnx::x11::egl::Window
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp74 void* getPlatformNative (void) { return m_display->getDisplay(); } in getPlatformNative() function in tcu::lnx::wayland::egl::Display
/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp94 void *getPlatformNative() override in getPlatformNative() function in tcu::__anon0fd532ae0111::ANGLENativeDisplay
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp87 virtual EGLNativeWindowType getPlatformNative (void) { return m_window->getNativeWindow(); } in getPlatformNative() function in tcu::Android::NativeWindow