Classes | Namespaces | Defines | Typedefs

LayerManagerOGL.h File Reference

#include "Layers.h"
#include "gfxContext.h"
#include "gfx3DMatrix.h"
#include "nsIWidget.h"
#include "GLContext.h"
#include "LayerManagerOGLProgram.h"
Include dependency graph for LayerManagerOGL.h:

Classes

class  mozilla::layers::LayerManagerOGL
 This is the LayerManager used for OpenGL 2.1. More...
class  mozilla::layers::LayerOGL
 General information and tree management for OGL layers. More...

Namespaces

namespace  mozilla
 

This is the base class for all link classes.


namespace  mozilla::layers

Defines

#define BUFFER_OFFSET(i)   ((char *)NULL + (i))

Typedefs

typedef unsigned int GLenum
 We don't include GLDefs.h here since we don't want to drag in all defines in for all our users.
typedef unsigned int GLbitfield
typedef unsigned int GLuint
typedef int GLint
typedef int GLsizei

Define Documentation

#define BUFFER_OFFSET (   i  )     ((char *)NULL + (i))

Typedef Documentation

typedef unsigned int GLbitfield
typedef unsigned int GLenum

We don't include GLDefs.h here since we don't want to drag in all defines in for all our users.

typedef int GLint
typedef int GLsizei
typedef unsigned int GLuint