Home
last modified time | relevance | path

Searched refs:gl_base (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglmemoryegl.c232 GstGLBaseMemoryAllocatorClass *gl_base; in gst_gl_memory_egl_allocator_class_init() local
237 gl_base = (GstGLBaseMemoryAllocatorClass *) klass; in gst_gl_memory_egl_allocator_class_init()
240 gl_base->alloc = (GstGLBaseMemoryAllocatorAllocFunction) _gl_mem_egl_alloc; in gst_gl_memory_egl_allocator_class_init()
241 gl_base->create = (GstGLBaseMemoryAllocatorCreateFunction) _gl_mem_create; in gst_gl_memory_egl_allocator_class_init()
242 gl_base->destroy = (GstGLBaseMemoryAllocatorDestroyFunction) _gl_mem_destroy; in gst_gl_memory_egl_allocator_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbuffer.c514 GstGLBaseMemoryAllocatorClass *gl_base; in gst_gl_buffer_allocator_class_init() local
516 gl_base = (GstGLBaseMemoryAllocatorClass *) klass; in gst_gl_buffer_allocator_class_init()
518 gl_base->alloc = (GstGLBaseMemoryAllocatorAllocFunction) _gl_buffer_alloc_mem; in gst_gl_buffer_allocator_class_init()
519 gl_base->create = (GstGLBaseMemoryAllocatorCreateFunction) _gl_buffer_create; in gst_gl_buffer_allocator_class_init()
520 gl_base->map = (GstGLBaseMemoryAllocatorMapFunction) _gl_buffer_map; in gst_gl_buffer_allocator_class_init()
521 gl_base->unmap = (GstGLBaseMemoryAllocatorUnmapFunction) _gl_buffer_unmap; in gst_gl_buffer_allocator_class_init()
522 gl_base->copy = (GstGLBaseMemoryAllocatorCopyFunction) _gl_buffer_copy; in gst_gl_buffer_allocator_class_init()
523 gl_base->destroy = in gst_gl_buffer_allocator_class_init()
Dgstglrenderbuffer.c212 GstGLBaseMemoryAllocatorClass *gl_base; in gst_gl_renderbuffer_allocator_class_init() local
215 gl_base = (GstGLBaseMemoryAllocatorClass *) klass; in gst_gl_renderbuffer_allocator_class_init()
218 gl_base->alloc = in gst_gl_renderbuffer_allocator_class_init()
220 gl_base->create = (GstGLBaseMemoryAllocatorCreateFunction) _gl_rbo_create; in gst_gl_renderbuffer_allocator_class_init()
221 gl_base->destroy = (GstGLBaseMemoryAllocatorDestroyFunction) _gl_rbo_destroy; in gst_gl_renderbuffer_allocator_class_init()
Dgstglmemorypbo.c692 GstGLBaseMemoryAllocatorClass *gl_base; in gst_gl_memory_pbo_allocator_class_init() local
697 gl_base = (GstGLBaseMemoryAllocatorClass *) klass; in gst_gl_memory_pbo_allocator_class_init()
700 gl_base->alloc = (GstGLBaseMemoryAllocatorAllocFunction) _gl_mem_pbo_alloc; in gst_gl_memory_pbo_allocator_class_init()
701 gl_base->create = (GstGLBaseMemoryAllocatorCreateFunction) _gl_mem_create; in gst_gl_memory_pbo_allocator_class_init()
705 gl_base->destroy = (GstGLBaseMemoryAllocatorDestroyFunction) _gl_mem_destroy; in gst_gl_memory_pbo_allocator_class_init()
Dgstglmemory.c957 GstGLBaseMemoryAllocatorClass *gl_base; in gst_gl_memory_allocator_class_init() local
960 gl_base = (GstGLBaseMemoryAllocatorClass *) klass; in gst_gl_memory_allocator_class_init()
967 gl_base->alloc = in gst_gl_memory_allocator_class_init()
969 gl_base->create = (GstGLBaseMemoryAllocatorCreateFunction) _gl_tex_create; in gst_gl_memory_allocator_class_init()
970 gl_base->map = (GstGLBaseMemoryAllocatorMapFunction) _gl_tex_map; in gst_gl_memory_allocator_class_init()
971 gl_base->unmap = (GstGLBaseMemoryAllocatorUnmapFunction) _gl_tex_unmap; in gst_gl_memory_allocator_class_init()
972 gl_base->copy = (GstGLBaseMemoryAllocatorCopyFunction) _gl_tex_copy; in gst_gl_memory_allocator_class_init()
973 gl_base->destroy = (GstGLBaseMemoryAllocatorDestroyFunction) _gl_tex_destroy; in gst_gl_memory_allocator_class_init()