Home
last modified time | relevance | path

Searched defs:getDisplay (Results 1 – 13 of 13) sorted by relevance

/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp49 struct wl_display* getDisplay (void) { return m_display; } in getDisplay() function in tcu::lnx::wayland::Display
90 Display& getDisplay (void) { return m_display; } in getDisplay() function in tcu::lnx::wayland::Window
/external/swiftshader/src/OpenGL/libEGL/
DContext.hpp43 Display *getDisplay() const { return display; } in getDisplay() function in egl::Context
/external/deqp/modules/egl/
DteglApiCase.hpp65 eglw::EGLDisplay getDisplay (void) { return m_display; } in getDisplay() function in deqp::egl::ApiCase
DteglSimpleConfigCase.hpp49 eglw::EGLDisplay getDisplay (void) { return m_display; } in getDisplay() function in deqp::egl::SimpleConfigCase
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewRootImpl.java142 private Display getDisplay() { in getDisplay() method in ShadowViewRootImpl
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewTab.java58 protected CreateJobViewDisplay getDisplay() { in getDisplay() method in CreateJobViewTab
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11Xcb.hpp67 DisplayBase& getDisplay (void) { return (DisplayBase&)m_display; } in getDisplay() function in tcu::lnx::x11::XcbWindow
DtcuLnxX11.hpp123 DisplayBase& getDisplay (void) { return (DisplayBase&)m_display; } in getDisplay() function in tcu::lnx::x11::XlibWindow
DtcuLnxX11EglDisplayFactory.cpp97 eglw::EGLDisplay getDisplay (eglw::EGLNativeDisplayType display_id) const in getDisplay() function in tcu::lnx::x11::egl::Library
/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl36 eglGetDisplayFunc getDisplay; variable
DeglwFuncPtrLibraryImpl.inl157 EGLDisplay FuncPtrLibrary::getDisplay (EGLNativeDisplayType display_id) const function in FuncPtrLibrary
/external/deqp/framework/egl/
DegluUtil.cpp236 EGLDisplay getDisplay (NativeDisplay& nativeDisplay) in getDisplay() function
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp319 EGLDisplay getDisplay() const { return display; } in getDisplay() function in SwiftShaderTest