Home
last modified time | relevance | path

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

/external/deqp/framework/platform/wayland/
DtcuWayland.hpp71 struct wl_display* getDisplay (void) { return m_display; } in getDisplay() function in tcu::wayland::Display
103 Display& getDisplay (void) { return m_display; } in getDisplay() function in tcu::wayland::Window
/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/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewTab.java58 protected CreateJobViewDisplay getDisplay() { in getDisplay() method in CreateJobViewTab
/external/deqp/framework/platform/X11/
DtcuX11Xcb.hpp63 DisplayBase& getDisplay (void) { return (DisplayBase&)m_display; } in getDisplay() function in tcu::x11::XcbWindow
DtcuX11.hpp133 DisplayBase& getDisplay (void) { return (DisplayBase&)m_display; } in getDisplay() function in tcu::x11::XlibWindow
DtcuX11EglPlatform.cpp93 eglw::EGLDisplay getDisplay (eglw::EGLNativeDisplayType display_id) const in getDisplay() function in tcu::x11::egl::Library
/external/skia/include/views/
DSkOSWindow_Unix.h32 void* getDisplay() const { return (void*)fUnixWindow.fDisplay; } in getDisplay() function
/external/swiftshader/src/OpenGL/libGL/
DDisplay.cpp34 Display *Display::getDisplay(NativeDisplayType displayId) in getDisplay() function in gl::Display
Dmain.cpp199 Display *getDisplay() in getDisplay() function
/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.cpp227 EGLDisplay getDisplay (NativeDisplay& nativeDisplay) in getDisplay() function