Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/examples/gl/cocoa/
Dcocoa-videooverlay.m116 static GstBusSyncReply create_window (GstBus* bus, GstMessage* message, MainWindow* window) function
/third_party/gstreamer/gstplugins_base/tests/icles/
Dstress-videooverlay.c143 create_window (GstBus * bus, GstMessage * message, GstPipeline * pipeline) in create_window() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdisplay.h122 GstVulkanWindow * (*create_window) (GstVulkanDisplay * display); member
/third_party/flutter/glfw/tests/
Diconify.c160 static GLFWwindow* create_window(GLFWmonitor* monitor) in create_window() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.h129 GstGLWindow * (*create_window) (GstGLDisplay * display); member
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/filtervideooverlay/
Dmain.cpp35 static GstBusSyncReply create_window (GstBus* bus, GstMessage* message, GtkWidget* widget) in create_window() function
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwidgetvideooverlay/
Dpipeline.cpp324 GstBusSyncReply Pipeline::create_window (GstBus* bus, GstMessage* message, const Pipeline* p) in create_window() function in Pipeline
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/switchvideooverlay/
Dmain.cpp35 static GstBusSyncReply create_window (GstBus* bus, GstMessage* message, GtkWidget* widget) in create_window() function
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/mousevideooverlay/
Dpipeline.cpp341 GstBusSyncReply Pipeline::create_window (GstBus* bus, GstMessage* message, const Pipeline* p) in create_window() function in Pipeline
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/fxtest/
Dfxtest.c41 create_window (GstBus * bus, GstMessage * message, GtkWidget * widget) in create_window() function
Dpixbufdrop.c52 create_window (GstBus * bus, GstMessage * message, GtkWidget * widget) in create_window() function
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/
Dmain.cpp51 create_window (GstBus * bus, GstMessage * message, GtkWidget * widget) in create_window() function
/third_party/python/Lib/tkinter/
D__init__.py2841 def create_window(self, *args, **kw): member in Canvas