Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglmemoryegl.c233 GstGLMemoryAllocatorClass *gl_tex; in gst_gl_memory_egl_allocator_class_init() local
236 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()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglcontext.c46 static GstGLMemory *gl_tex, *gl_tex2; variable
83 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()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemorypbo.c693 GstGLMemoryAllocatorClass *gl_tex; in gst_gl_memory_pbo_allocator_class_init() local
696 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()