Lines Matching refs:GstGLDisplay
97 static guintptr gst_gl_display_default_get_handle (GstGLDisplay * display);
98 static GstGLWindow *gst_gl_display_default_create_window (GstGLDisplay *
119 G_DEFINE_TYPE_WITH_CODE (GstGLDisplay, gst_gl_display, GST_TYPE_OBJECT,
120 G_ADD_PRIVATE (GstGLDisplay)
124 _unlock_main_thread (GstGLDisplay * display) in _unlock_main_thread()
132 _event_thread_main (GstGLDisplay * display) in _event_thread_main()
186 gst_gl_display_init (GstGLDisplay * display) in gst_gl_display_init()
220 GstGLDisplay *display = GST_GL_DISPLAY (object); in gst_gl_display_dispose()
248 GstGLDisplay *display = GST_GL_DISPLAY (object); in gst_gl_display_finalize()
327 static GstGLDisplay *
330 GstGLDisplay *display = g_object_new (GST_TYPE_GL_DISPLAY, NULL); in create_dummy_display()
348 GstGLDisplay *
351 GstGLDisplay *display = NULL; in gst_gl_display_new_with_type()
453 GstGLDisplay *
457 GstGLDisplay *display = gst_gl_display_new_with_type (env_choice); in gst_gl_display_new()
477 gst_gl_display_get_handle (GstGLDisplay * display) in gst_gl_display_get_handle()
489 gst_gl_display_default_get_handle (GstGLDisplay * display) in gst_gl_display_default_get_handle()
505 gst_gl_display_filter_gl_api (GstGLDisplay * display, GstGLAPI gl_api) in gst_gl_display_filter_gl_api()
521 gst_gl_display_get_gl_api_unlocked (GstGLDisplay * display) in gst_gl_display_get_gl_api_unlocked()
537 gst_gl_display_get_gl_api (GstGLDisplay * display) in gst_gl_display_get_gl_api()
559 gst_gl_display_get_handle_type (GstGLDisplay * display) in gst_gl_display_get_handle_type()
576 gst_context_set_gl_display (GstContext * context, GstGLDisplay * display) in gst_context_set_gl_display()
602 gst_context_get_gl_display (GstContext * context, GstGLDisplay ** display) in gst_context_get_gl_display()
634 gst_gl_display_create_context (GstGLDisplay * display, in gst_gl_display_create_context()
682 gst_gl_display_create_window (GstGLDisplay * display) in gst_gl_display_create_window()
705 gst_gl_display_default_create_window (GstGLDisplay * display) in gst_gl_display_default_create_window()
720 gst_gl_display_remove_window (GstGLDisplay * display, GstGLWindow * window) in gst_gl_display_remove_window()
756 gst_gl_display_find_window (GstGLDisplay * display, gpointer data, in gst_gl_display_find_window()
784 gst_gl_display_retrieve_window (GstGLDisplay * display, gpointer data, in gst_gl_display_retrieve_window()
803 _get_gl_context_for_thread_unlocked (GstGLDisplay * display, GThread * thread) in _get_gl_context_for_thread_unlocked()
861 gst_gl_display_get_gl_context_for_thread (GstGLDisplay * display, in gst_gl_display_get_gl_context_for_thread()
919 gst_gl_display_add_context (GstGLDisplay * display, GstGLContext * context) in gst_gl_display_add_context()
922 GstGLDisplay *context_display; in gst_gl_display_add_context()
981 gst_gl_display_remove_context (GstGLDisplay * display, GstGLContext * needle) in gst_gl_display_remove_context()