Searched refs:gl_base_allocator_class (Results 1 – 2 of 2) sorted by relevance
87 GstGLBaseMemoryAllocatorClass *gl_base_allocator_class = in gst_ios_gl_memory_allocator_class_init() local91 gl_base_allocator_class->destroy = _ios_gl_memory_destroy; in gst_ios_gl_memory_allocator_class_init()92 gl_base_allocator_class->map = _ios_gl_memory_allocator_map; in gst_ios_gl_memory_allocator_class_init()93 gl_base_allocator_class->unmap = _ios_gl_memory_allocator_unmap; in gst_ios_gl_memory_allocator_class_init()
120 GstGLBaseMemoryAllocatorClass *gl_base_allocator_class = in gst_io_surface_gl_memory_allocator_class_init() local125 gl_base_allocator_class->create = _io_surface_gl_memory_create; in gst_io_surface_gl_memory_allocator_class_init()126 gl_base_allocator_class->destroy = _io_surface_gl_memory_destroy; in gst_io_surface_gl_memory_allocator_class_init()127 gl_base_allocator_class->map = _io_surface_gl_memory_allocator_map; in gst_io_surface_gl_memory_allocator_class_init()128 gl_base_allocator_class->unmap = _io_surface_gl_memory_allocator_unmap; in gst_io_surface_gl_memory_allocator_class_init()