Gnash
0.8.11dev
|
#include <fb_glue_gles2.h>
Public Member Functions | |
FBgles2Glue (int fd) | |
virtual | ~FBgles2Glue () |
virtual bool | init (int, char ***) |
virtual Renderer * | createRenderHandler () |
virtual void | setInvalidatedRegions (const InvalidatedRanges &) |
virtual int | width () |
virtual int | height () |
virtual void | render () |
virtual void | render_to_pbuffer () |
virtual void | prepare_copy_from_pbuffer () |
virtual void | render_to_display () |
![]() | |
FBGlue () | |
virtual | ~FBGlue () |
virtual bool | init (int argc, char **argv[])=0 |
virtual void | prepDrawingArea (FbWidget *drawing_area)=0 |
virtual void | setRenderHandlerSize (int, int) |
virtual void | render (void *const) |
virtual void | beforeRendering (movie_root *) |
![]() | |
DeviceGlue () | |
~DeviceGlue () | |
std::unique_ptr< renderer::GnashDevice::dtype_t[]> | probeDevices () |
void | resetDevice () |
Reset the the current device, which disables output. More... | |
renderer::GnashDevice::dtype_t | getDevice () |
Get the current active device type. More... | |
void | setDevice (renderer::GnashDevice::dtype_t dtype) |
bool | initDevice (int argc, char *argv[]) |
bool | attachWindow (renderer::GnashDevice::native_window_t window) |
bool | bindClient (renderer::GnashDevice::rtype_t rtype) |
size_t | getWidth () |
size_t | getHeight () |
size_t | getDepth () |
Depth of the display. More... | |
bool | swapBuffers () |
Make the current buffer the active one. More... | |
Protected Attributes | |
int | _fd |
![]() | |
std::unique_ptr< Renderer > | _renderer |
![]() | |
std::unique_ptr< renderer::GnashDevice > | _device |
gnash::gui::FBgles2Glue::FBgles2Glue | ( | int | fd | ) |
|
virtual |
|
virtual |
Implements gnash::gui::FBGlue.
|
virtual |
Implements gnash::gui::FBGlue.
Referenced by setInvalidatedRegions().
|
virtual |
|
virtual |
Referenced by setInvalidatedRegions().
|
virtual |
Implements gnash::gui::FBGlue.
Referenced by setInvalidatedRegions().
|
virtual |
Referenced by setInvalidatedRegions().
|
virtual |
Referenced by setInvalidatedRegions().
|
inlinevirtual |
Reimplemented from gnash::gui::FBGlue.
References height(), prepare_copy_from_pbuffer(), render(), render_to_display(), render_to_pbuffer(), and width().
|
virtual |
Implements gnash::gui::FBGlue.
Referenced by setInvalidatedRegions().
|
protected |