Searched defs:getPlatformNative (Results 1 – 5 of 5) sorted by relevance
| /external/deqp/framework/egl/ | ||
| D | egluNativePixmap.cpp | 44 void* NativePixmap::getPlatformNative (void) in getPlatformNative() function in eglu::NativePixmap |
| D | egluNativeDisplay.cpp | 64 void* NativeDisplay::getPlatformNative (void) in getPlatformNative() function in eglu::NativeDisplay |
| D | egluNativeWindow.cpp | 44 void* NativeWindow::getPlatformNative (void) in getPlatformNative() function in eglu::NativeWindow |
| /external/deqp/framework/platform/X11/ | ||
| D | tcuX11EglPlatform.cpp | 111 void* getPlatformNative (void) { return m_display->getXDisplay(); } in getPlatformNative() function in tcu::x11::egl::Display |
| /external/deqp/framework/platform/wayland/ | ||
| D | tcuWaylandEglPlatform.cpp | 70 void* getPlatformNative (void) { return m_display->getDisplay(); } in getPlatformNative() function in tcu::wayland::egl::Display |