Searched refs:gl_tex (Results 1 – 3 of 3) sorted by relevance
233 GstGLMemoryAllocatorClass *gl_tex; in gst_gl_memory_egl_allocator_class_init() local236 gl_tex = (GstGLMemoryAllocatorClass *) klass; in gst_gl_memory_egl_allocator_class_init()243 gl_tex->copy = (GstGLBaseMemoryAllocatorCopyFunction) _gl_mem_copy; in gst_gl_memory_egl_allocator_class_init()
46 static GstGLMemory *gl_tex, *gl_tex2; variable83 gl_tex = in init()91 fail_if (gl_tex == NULL, "failed to create texture"); in init()112 gst_memory_unref (GST_MEMORY_CAST (gl_tex)); in deinit()136 gst_gl_framebuffer_draw_to_texture (fbo, gl_tex, in draw_tex()238 gl->BindTexture (GL_TEXTURE_2D, gst_gl_memory_get_texture_id (gl_tex)); in blit_tex()
693 GstGLMemoryAllocatorClass *gl_tex; in gst_gl_memory_pbo_allocator_class_init() local696 gl_tex = (GstGLMemoryAllocatorClass *) klass; in gst_gl_memory_pbo_allocator_class_init()702 gl_tex->map = (GstGLBaseMemoryAllocatorMapFunction) _gl_mem_map; in gst_gl_memory_pbo_allocator_class_init()703 gl_tex->unmap = (GstGLBaseMemoryAllocatorUnmapFunction) _gl_mem_unmap; in gst_gl_memory_pbo_allocator_class_init()704 gl_tex->copy = (GstGLBaseMemoryAllocatorCopyFunction) _gl_mem_copy; in gst_gl_memory_pbo_allocator_class_init()