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 ()
 
void prepDrawingArea (void *drawing_area)
 Hand off a handle to the native drawing area to the renderer. More...
 
void initBuffer (int width, int height)
 
void resize (int width, int height)
 
- Public Member Functions inherited from gnash::gui::FBGlue
 FBGlue ()
 
virtual ~FBGlue ()
 
virtual bool init (int argc, char **argv[])=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 ()
 
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
 
- Protected Attributes inherited from gnash::gui::FBGlue
std::unique_ptr< Renderer_renderer
 
- Protected Attributes inherited from gnash::DeviceGlue
std::unique_ptr< renderer::GnashDevice_device
 

Constructor & Destructor Documentation

§ FBgles1Glue()

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

§ ~FBgles1Glue()

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

References GNASH_REPORT_FUNCTION.

Member Function Documentation

§ createRenderHandler()

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

Implements gnash::gui::FBGlue.

References GNASH_REPORT_FUNCTION.

§ height()

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

Implements gnash::gui::FBGlue.

References gnash::log_trace().

Referenced by setInvalidatedRegions().

§ init()

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

§ initBuffer()

void gnash::gui::FBgles1Glue::initBuffer ( int  width,
int  height 
)

Referenced by setInvalidatedRegions().

§ prepare_copy_from_pbuffer()

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

Referenced by setInvalidatedRegions().

§ prepDrawingArea()

void gnash::gui::FBgles1Glue::prepDrawingArea ( void *  drawing_area)
virtual

Hand off a handle to the native drawing area to the renderer.

Implements gnash::gui::FBGlue.

Referenced by setInvalidatedRegions().

§ render()

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

Implements gnash::gui::FBGlue.

Referenced by setInvalidatedRegions().

§ render_to_display()

void gnash::gui::FBgles1Glue::render_to_display ( )

Referenced by setInvalidatedRegions().

§ render_to_pbuffer()

void gnash::gui::FBgles1Glue::render_to_pbuffer ( )

Referenced by setInvalidatedRegions().

§ resize()

void gnash::gui::FBgles1Glue::resize ( int  width,
int  height 
)

Referenced by setInvalidatedRegions().

§ setInvalidatedRegions()

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

§ width()

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

Implements gnash::gui::FBGlue.

References gnash::log_trace().

Referenced by setInvalidatedRegions().

Member Data Documentation

§ _fd

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

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