Home
last modified time | relevance | path

Searched refs:gl_memory (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgloverlaycompositor.c86 GstGLMemory *gl_memory; member
214 if (overlay->gl_memory) in gst_gl_composition_overlay_finalize()
215 gst_memory_unref ((GstMemory *) overlay->gl_memory); in gst_gl_composition_overlay_finalize()
317 overlay->gl_memory = NULL; in gst_gl_composition_overlay_new()
412 overlay->gl_memory = comp_gl_memory; in gst_gl_composition_overlay_upload()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dqglrenderer.cpp170 GstGLMemory *gl_memory = (GstGLMemory *) mem; in paintGL() local
172 gst_gl_context_thread_add (gl_memory->mem.context, flushGstreamerGL, NULL); in paintGL()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvideotexturecache-gl.m190 GstIOSGLMemory *gl_memory;
235 gl_memory = gst_ios_gl_memory_new_wrapped (context, memory,
239 data->memory = GST_MEMORY_CAST (gl_memory);