Go to the source code of this file.
Classes | |
| struct | _FlEGLImage |
Functions | |
| static EGLImage | create_egl_image (GLuint texture_id) |
| static void | fl_egl_image_dispose (GObject *object) |
| static void | fl_egl_image_class_init (FlEGLImageClass *klass) |
| static void | fl_egl_image_init (FlEGLImage *self) |
| FlEGLImage * | fl_egl_image_new (GLuint texture) |
| EGLImage | fl_egl_image_get_image (FlEGLImage *image) |
|
static |
Definition at line 16 of file fl_egl_image.cc.
References texture_id.
Referenced by fl_egl_image_new().
|
static |
|
static |
| EGLImage fl_egl_image_get_image | ( | FlEGLImage * | image | ) |
fl_egl_image_get_image: an #FlEGLImage.
Gets the EGL image managed by this object.
Returns: the EGL image.
Definition at line 68 of file fl_egl_image.cc.
Referenced by fl_framebuffer_create_sibling(), and TEST().
|
static |
Definition at line 57 of file fl_egl_image.cc.
| FlEGLImage* fl_egl_image_new | ( | GLuint | texture | ) |
fl_egl_image_new: @texture: the texture to create an EGL image for.
Creates an object that manages an EGL image.
Returns: a new #FlEGLImage.
Definition at line 59 of file fl_egl_image.cc.
References create_egl_image().
Referenced by fl_framebuffer_new(), and TEST().