Gnash  0.8.11dev
Public Member Functions | Protected Attributes | List of all members
gnash::gui::FBgles1Glue Class Reference

#include <fb_glue_gles1.h>

Inheritance diagram for gnash::gui::FBgles1Glue:
gnash::gui::FBGlue gnash::DeviceGlue

Public Member Functions

 FBgles1Glue (int fd)
 ~FBgles1Glue ()
bool init (int argc, char ***)
RenderercreateRenderHandler ()
void setInvalidatedRegions (const InvalidatedRanges &)
int width ()
int height ()
void render ()
void render_to_pbuffer ()
void prepare_copy_from_pbuffer ()
void render_to_display ()
- Public Member Functions inherited from gnash::gui::FBGlue
 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 *)
- Public Member Functions inherited from gnash::DeviceGlue
 DeviceGlue ()
 ~DeviceGlue ()
boost::shared_array
< renderer::GnashDevice::dtype_t
probeDevices ()
void resetDevice ()
 Reset the the current device, which disables output.
renderer::GnashDevice::dtype_t getDevice ()
 Get the current active device type.
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.
bool swapBuffers ()
 Make the current buffer the active one.

Protected Attributes

int _fd
- Protected Attributes inherited from gnash::gui::FBGlue
boost::scoped_ptr< Renderer_renderer
- Protected Attributes inherited from gnash::DeviceGlue
boost::scoped_ptr
< renderer::GnashDevice
_device

Constructor & Destructor Documentation

gnash::gui::FBgles1Glue::FBgles1Glue ( int  fd)

References GNASH_REPORT_FUNCTION.

gnash::gui::FBgles1Glue::~FBgles1Glue ( )

References GNASH_REPORT_FUNCTION.

Member Function Documentation

Renderer * gnash::gui::FBgles1Glue::createRenderHandler ( )
virtual

Implements gnash::gui::FBGlue.

References GNASH_REPORT_FUNCTION.

int gnash::gui::FBgles1Glue::height ( )
virtual

Implements gnash::gui::FBGlue.

bool gnash::gui::FBgles1Glue::init ( int  argc,
char ***   
)

References _, and GNASH_REPORT_FUNCTION.

void gnash::gui::FBgles1Glue::prepare_copy_from_pbuffer ( )
void gnash::gui::FBgles1Glue::render ( )
virtual

Implements gnash::gui::FBGlue.

void gnash::gui::FBgles1Glue::render_to_display ( )
void gnash::gui::FBgles1Glue::render_to_pbuffer ( )
void gnash::gui::FBgles1Glue::setInvalidatedRegions ( const InvalidatedRanges )
inlinevirtual

Reimplemented from gnash::gui::FBGlue.

int gnash::gui::FBgles1Glue::width ( )
virtual

Implements gnash::gui::FBGlue.

Member Data Documentation

int gnash::gui::FBgles1Glue::_fd
protected

The documentation for this class was generated from the following files: