Gnash 0.8.10dev
|
#include <GL/gl.h>
#include <GL/glx.h>
#include <GL/glu.h>
#include "Renderer.h"
#include "Geometry.h"
#include "CachedBitmap.h"
#include <map>
Go to the source code of this file.
Classes | |
struct | gnash::oglVertex |
class | gnash::Tesselator |
class | gnash::WholeShape |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Defines | |
#define | GLUCALLBACKTYPE void (*)() |
#define | APIENTRY |
Typedefs | |
typedef std::vector< const Path * > | gnash::PathRefs |
typedef std::map< const Path *, std::vector< oglVertex > > | gnash::PathPointMap |
Functions | |
Renderer * | gnash::create_Renderer_ogl (bool init) |
#define APIENTRY |
#define GLUCALLBACKTYPE void (*)() |