Home
last modified time | relevance | path

Searched refs:GstGLBaseMemoryAllocatorDestroyFunction (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.h332 typedef void (*GstGLBaseMemoryAllocatorDestroyFunction) (GstGLBaseMemory * mem); typedef
372 GstGLBaseMemoryAllocatorDestroyFunction destroy;
Dgstglrenderbuffer.c221 gl_base->destroy = (GstGLBaseMemoryAllocatorDestroyFunction) _gl_rbo_destroy; in gst_gl_renderbuffer_allocator_class_init()
Dgstglbuffer.c524 (GstGLBaseMemoryAllocatorDestroyFunction) _gl_buffer_destroy; in gst_gl_buffer_allocator_class_init()
Dgstglmemorypbo.c705 gl_base->destroy = (GstGLBaseMemoryAllocatorDestroyFunction) _gl_mem_destroy; in gst_gl_memory_pbo_allocator_class_init()
Dgstglmemory.c973 gl_base->destroy = (GstGLBaseMemoryAllocatorDestroyFunction) _gl_tex_destroy; in gst_gl_memory_allocator_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglmemoryegl.c242 gl_base->destroy = (GstGLBaseMemoryAllocatorDestroyFunction) _gl_mem_destroy; in gst_gl_memory_egl_allocator_class_init()