#include "flutter/shell/platform/linux/fl_renderable.h"
Go to the source code of this file.
Functions | |
static void | fl_renderable_default_init (FlRenderableInterface *iface) |
void | fl_renderable_redraw (FlRenderable *self) |
void | fl_renderable_make_current (FlRenderable *self) |
|
static |
Definition at line 9 of file fl_renderable.cc.
void fl_renderable_make_current | ( | FlRenderable * | renderable | ) |
fl_renderable_make_current: @renderable: an #FlRenderable
Make this renderable the current OpenGL context.
Definition at line 17 of file fl_renderable.cc.
Referenced by fl_renderer_present_layers().
void fl_renderable_redraw | ( | FlRenderable * | renderable | ) |
fl_renderable_redraw: @renderable: an #FlRenderable
Indicate the renderable needs to redraw. When ready, the renderable should call fl_renderer_draw().
Definition at line 11 of file fl_renderable.cc.
Referenced by fl_renderer_present_layers(), and TEST().