Gnash  0.8.11dev
Public Types | Public Member Functions | List of all members
gnash::renderer::gles1::bitmap_info_ogl Class Reference

#include <Renderer_gles1.h>

Public Types

enum  bitmap_wrap_mode { WRAP_REPEAT, WRAP_CLAMP }
 Set line and fill styles for mesh & line_strip rendering. More...
 

Public Member Functions

 bitmap_info_ogl (GnashImage *image, GLenum pixelformat, bool ogl_accessible)
 
 ~bitmap_info_ogl ()
 
void apply (const gnash::SWFMatrix &bitmap_matrix, bitmap_wrap_mode wrap_mode) const
 

Member Enumeration Documentation

§ bitmap_wrap_mode

Set line and fill styles for mesh & line_strip rendering.

Enumerator
WRAP_REPEAT 
WRAP_CLAMP 

Constructor & Destructor Documentation

§ bitmap_info_ogl()

gnash::renderer::opengl::bitmap_info_ogl::bitmap_info_ogl ( GnashImage *  image,
GLenum  pixelformat,
bool  ogl_accessible 
)

§ ~bitmap_info_ogl()

gnash::renderer::opengl::bitmap_info_ogl::~bitmap_info_ogl ( )

Member Function Documentation

§ apply()

void gnash::renderer::opengl::bitmap_info_ogl::apply ( const gnash::SWFMatrix bitmap_matrix,
bitmap_wrap_mode  wrap_mode 
) const

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