Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp75 static Display* get_display() { in get_display() function
100 display = get_display(); in context_restorer()
115 fDisplay = get_display(); in GLXGLTestContext()
/third_party/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp75 static Display* get_display() { in get_display() function
100 display = get_display(); in context_restorer()
115 fDisplay = get_display(); in GLXGLTestContext()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/android/
Dgstglwindow_android_egl.c55 window_class->get_display = in gst_gl_window_android_egl_class_init()
/third_party/EGL/extensions/KHR/
DEGL_KHR_platform_gbm.txt156 get_display(void)
278 struct my_display dpy = get_display();
DEGL_KHR_platform_x11.txt185 get_display(void)
358 struct my_display dpy = get_display();
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_platform_gbm.txt156 get_display(void)
278 struct my_display dpy = get_display();
DEGL_KHR_platform_x11.txt185 get_display(void)
358 struct my_display dpy = get_display();
/third_party/cef/include/capi/views/
Dcef_window_capi.h254 struct _cef_display_t*(CEF_CALLBACK* get_display)(struct _cef_window_t* self);
/third_party/skia/third_party/externals/egl-registry/extensions/MESA/
DEGL_MESA_platform_gbm.txt156 get_display(void)
278 struct my_display dpy = get_display();
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c884 g_return_val_if_fail (window_class->get_display != NULL, 0); in gst_gl_window_get_display()
886 return window_class->get_display (window); in gst_gl_window_get_display()
1177 window_class->get_display = in gst_gl_dummy_window_class_init()
Dgstglwindow.h158 guintptr (*get_display) (GstGLWindow *window); member
/third_party/EGL/extensions/MESA/
DEGL_MESA_platform_gbm.txt154 get_display(void)
276 struct my_display dpy = get_display();
/third_party/EGL/extensions/EXT/
DEGL_EXT_platform_xcb.txt217 static struct my_display get_display(void) {
367 struct my_display dpy = get_display();
DEGL_EXT_platform_x11.txt186 get_display(void)
360 struct my_display dpy = get_display();
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_platform_x11.txt186 get_display(void)
360 struct my_display dpy = get_display();
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstglwindow_gbm_egl.c61 window_class->get_display = in gst_gl_window_gbm_egl_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/
Dgstglwindow_viv_fb_egl.c63 window_class->get_display = in gst_gl_window_viv_fb_egl_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/dispmanx/
Dgstglwindow_dispmanx_egl.c79 window_class->get_display = in gst_gl_window_dispmanx_egl_class_init()
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.cc476 if (CEF_MEMBER_MISSING(_struct, get_display)) in GetDisplay()
482 cef_display_t* _retval = _struct->get_display(_struct); in GetDisplay()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/winrt/
Dgstglwindow_winrt_egl.cpp540 window_class->get_display = in gst_gl_window_winrt_egl_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglwindow_eagl.m84 window_class->get_display =
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c76 window_class->get_display = in gst_gl_window_win32_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglwindow_x11.c105 window_class->get_display = GST_DEBUG_FUNCPTR (gst_gl_window_x11_get_display); in gst_gl_window_x11_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c423 window_class->get_display = in gst_gl_window_wayland_egl_class_init()
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc1869 GetStruct()->get_display = window_get_display; in CefWindowCppToC()