Home
last modified time | relevance | path

Searched refs:getDisplay (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp170 EGLDisplay display = getDisplay(); in init()
199 EGLDisplay display = getDisplay(); in init()
253 EGLDisplay display = getDisplay(); in init()
291 EGLDisplay display = getDisplay(); in init()
465 EGLDisplay display = getDisplay(); in init()
537 EGLDisplay display = getDisplay(); in init()
652 EGLDisplay display = getDisplay(); in init()
680 EGLDisplay display = getDisplay(); in init()
699 EGLDisplay display = getDisplay(); in init()
725 EGLDisplay display = getDisplay(); in init()
[all …]
DteglApiCase.cpp124 eglDestroyContext(getDisplay(), got); in expectNoContext()
135 eglDestroySurface(getDisplay(), got); in expectNoSurface()
DteglSimpleConfigCase.hpp49 eglw::EGLDisplay getDisplay (void) { return m_display; } in getDisplay() function in deqp::egl::SimpleConfigCase
DteglApiCase.hpp65 eglw::EGLDisplay getDisplay (void) { return m_display; } in getDisplay() function in deqp::egl::ApiCase
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewTab.java36 getDisplay().initialize((HTMLPanel) getWidget()); in initialize()
58 protected CreateJobViewDisplay getDisplay() { in getDisplay() method in CreateJobViewTab
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.hpp67 virtual DisplayBase& getDisplay (void) = 0;
113 DisplayBase& getDisplay (void) { return (DisplayBase&)m_display; } in getDisplay() function in tcu::lnx::x11::XlibWindow
DtcuLnxX11Xcb.hpp65 DisplayBase& getDisplay (void) { return (DisplayBase&)m_display; } in getDisplay() function in tcu::lnx::x11::XcbWindow
DtcuLnxX11EglDisplayFactory.cpp97 eglw::EGLDisplay getDisplay (eglw::EGLNativeDisplayType display_id) const in getDisplay() function in tcu::lnx::x11::egl::Library
99 …return ((eglX11GetDisplayFunc)m_egl.getDisplay)(reinterpret_cast<EGLNativeDisplayType>(display_id)… in getDisplay()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp49 struct wl_display* getDisplay (void) { return m_display; } in getDisplay() function in tcu::lnx::wayland::Display
81 Display& getDisplay (void) { return m_display; } in getDisplay() function in tcu::lnx::wayland::Window
DtcuLnxWaylandEglDisplayFactory.cpp73 …acyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getDisplay()); } in getLegacyNative()
74 void* getPlatformNative (void) { return m_display->getDisplay(); } in getPlatformNative()
/external/swiftshader/src/OpenGL/libEGL/
DContext.hpp43 Display *getDisplay() const { return display; } in getDisplay() function in egl::Context
/external/swiftshader/src/OpenGL/libGL/
DDisplay.h41 static Display *getDisplay(NativeDisplayType displayId);
Dmain.h43 Display *getDisplay();
DDisplay.cpp34 Display *Display::getDisplay(NativeDisplayType displayId) in getDisplay() function in gl::Display
Dmain.cpp197 Display *getDisplay() in getDisplay() function
/external/skia/include/views/
DSkOSWindow_Unix.h32 void* getDisplay() const { return (void*)fUnixWindow.fDisplay; } in getDisplay() function
/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl36 eglGetDisplayFunc getDisplay; variable
DeglwInitCore.inl29 dst->getDisplay = (eglGetDisplayFunc) loader->get("eglGetDisplay");
DeglwFuncPtrLibraryImpl.inl157 EGLDisplay FuncPtrLibrary::getDisplay (EGLNativeDisplayType display_id) const function in FuncPtrLibrary
159 return m_egl.getDisplay(display_id);
DeglwFuncPtrLibraryDecl.inl36 EGLDisplay getDisplay (EGLNativeDisplayType display_id) const;
DeglwLibrary.inl36 virtual EGLDisplay getDisplay (EGLNativeDisplayType display_id) const …
/external/deqp/framework/egl/
DegluUtil.cpp227 EGLDisplay getDisplay (NativeDisplay& nativeDisplay) in getDisplay() function
254 display = egl.getDisplay(nativeDisplay.getLegacyNative()); in getDisplay()
268 EGLDisplay display = getDisplay(nativeDisplay); in getAndInitDisplay()
DegluUtil.hpp78 eglw::EGLDisplay getDisplay (NativeDisplay& nativeDisplay);
/external/deqp/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp127 const eglw::EGLDisplay display = egl.getDisplay(EGL_DEFAULT_DISPLAY); in isRenderConfigSupported()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp162 : vk::wsi::WaylandDisplayInterface (vk::pt::WaylandDisplayPtr(display->getDisplay())) in VulkanDisplayWayland()

12