Home
last modified time | relevance | path

Searched refs:GetDisplay (Results 1 – 19 of 19) sorted by relevance

/third_party/glfw/src/
Degl_context.h137 #define eglGetDisplay _glfw.egl.GetDisplay
184 PFNEGLGETDISPLAYPROC GetDisplay; member
Degl_context.c322 _glfw.egl.GetDisplay = (PFNEGLGETDISPLAYPROC) in _glfwInitEGL()
353 !_glfw.egl.GetDisplay || in _glfwInitEGL()
/third_party/cef/tests/cefclient/browser/
Dwindow_test_runner_views.cc42 ModifyBounds(window->GetDisplay()->GetWorkArea(), window_bounds); in SetPos()
/third_party/cef/libcef/browser/views/
Dwindow_view.cc395 ->GetForced1xScaleRepresentation(GetDisplay().device_scale_factor()); in GetWindowIcon()
404 ->GetForced1xScaleRepresentation(GetDisplay().device_scale_factor()); in GetWindowAppIcon()
498 display::Display CefWindowView::GetDisplay() const { in GetDisplay() function in CefWindowView
Dwindow_view.h86 display::Display GetDisplay() const;
Dwindow_impl.h71 CefRefPtr<CefDisplay> GetDisplay() override;
Dwindow_impl.cc490 CefRefPtr<CefDisplay> CefWindowImpl::GetDisplay() { in GetDisplay() function in CefWindowImpl
493 const display::Display& display = root_view()->GetDisplay(); in GetDisplay()
/third_party/cef/include/views/
Dcef_window.h270 virtual CefRefPtr<CefDisplay> GetDisplay() = 0;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp348 EGLDisplay EGLAPIENTRY GetDisplay(EGLNativeDisplayType display_id);
407 return egl::GetDisplay(display_id); in eglGetDisplay()
674 this->eglGetDisplay = egl::GetDisplay; in LibEGLexports()
DlibEGL.cpp147 EGLDisplay EGLAPIENTRY GetDisplay(EGLNativeDisplayType display_id) in GetDisplay() function
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.cc71 auto display = window->GetDisplay(); in OnWindowCreated()
Dwindow_unittest.cc194 CefRefPtr<CefDisplay> display = window->GetDisplay(); in RunWindowLayoutAndCoords()
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.h68 CefRefPtr<CefDisplay> GetDisplay() override;
Dwindow_ctocpp.cc472 NO_SANITIZE("cfi-icall") CefRefPtr<CefDisplay> CefWindowCToCpp::GetDisplay() { in GetDisplay() function in CefWindowCToCpp
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_autogen.cpp263 EGL_EVENT(GetDisplay, "display_id = 0x%016" PRIxPTR "", (uintptr_t)display_id); in EGL_GetDisplay()
267 ANGLE_EGL_VALIDATE(thread, GetDisplay, nullptr, EGLDisplay, display_id); in EGL_GetDisplay()
269 return GetDisplay(thread, display_id); in EGL_GetDisplay()
Degl_stubs_autogen.h117 EGLDisplay GetDisplay(Thread *thread, EGLNativeDisplayType display_id);
Degl_stubs.cpp382 EGLDisplay GetDisplay(Thread *thread, EGLNativeDisplayType display_id) in GetDisplay() function
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc494 CefRefPtr<CefDisplay> _retval = CefWindowCppToC::Get(self)->GetDisplay(); in window_get_display()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp175769 inline mozilla::StyleDisplay GetDisplay(const nsIFrame* aContextFrame) const;