Gnash
0.8.11dev
|
#include <gtk_glue_agg_vaapi.h>
Public Member Functions | |
GtkAggVaapiGlue () | |
~GtkAggVaapiGlue () | |
bool | init (int argc, char **argv[]) |
void | prepDrawingArea (GtkWidget *drawing_area) |
Renderer * | createRenderHandler () |
void | setRenderHandlerSize (int width, int height) |
virtual void | beforeRendering (movie_root *stage) |
void | render () |
void | render (GdkRegion *const) |
void | configure (GtkWidget *const widget, GdkEventConfigure *const event) |
![]() | |
GtkGlue () | |
virtual | ~GtkGlue () |
virtual void | render (int, int, int, int) |
virtual bool | needsDrawingArea () |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
GtkWidget * | _drawing_area |
bool | _needs_area |
![]() | |
std::unique_ptr< renderer::GnashDevice > | _device |
gnash::GtkAggVaapiGlue::GtkAggVaapiGlue | ( | ) |
gnash::GtkAggVaapiGlue::~GtkAggVaapiGlue | ( | ) |
|
virtual |
|
virtual |
Implements gnash::GtkGlue.
References dprintf, and setRenderHandlerSize().
|
virtual |
Implements gnash::GtkGlue.
References dprintf, gnash::VaapiGlobalContext::get(), gnash::VaapiGlobalContext::getSubpictureFormats(), and gnash::key::i.
|
virtual |
Implements gnash::GtkGlue.
References _, gnash::VaapiGlobalContext::get(), and gnash::log_error().
|
virtual |
Implements gnash::GtkGlue.
References gnash::GtkGlue::_drawing_area, and dprintf.
|
virtual |
|
virtual |
Reimplemented from gnash::GtkGlue.
References render().
|
virtual |
Reimplemented from gnash::GtkGlue.
References dprintf, height, and width.
Referenced by configure().