ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

dmesa.h File Reference

Go to the source code of this file.

Defines

#define DMESA_MAJOR_VERSION   6
#define DMESA_MINOR_VERSION   5
#define DMESA_GET_SCREEN_SIZE   0x0100
#define DMESA_GET_DRIVER_CAPS   0x0200
#define DMESA_GET_VIDEO_MODES   0x0300
#define DMESA_GET_BUFFER_ADDR   0x0400
#define DMESA_DRIVER_DBL_BIT   0x1 /* double-buffered */
#define DMESA_DRIVER_YUP_BIT   0x2 /* lower-left window origin */

Typedefs

typedef struct dmesa_context * DMesaContext
typedef struct dmesa_visual * DMesaVisual
typedef struct dmesa_buffer * DMesaBuffer
typedef void(* DMesaProc )()

Functions

DMesaVisual DMesaCreateVisual (GLint width, GLint height, GLint colDepth, GLint refresh, GLboolean dbFlag, GLboolean rgbFlag, GLint alphaSize, GLint depthSize, GLint stencilSize, GLint accumSize)
void DMesaDestroyVisual (DMesaVisual v)
DMesaContext DMesaCreateContext (DMesaVisual visual, DMesaContext share)
void DMesaDestroyContext (DMesaContext c)
DMesaContext DMesaGetCurrentContext (void)
DMesaBuffer DMesaCreateBuffer (DMesaVisual visual, GLint xpos, GLint ypos, GLint width, GLint height)
void DMesaDestroyBuffer (DMesaBuffer b)
DMesaBuffer DMesaGetCurrentBuffer (void)
void DMesaSwapBuffers (DMesaBuffer b)
GLboolean DMesaMakeCurrent (DMesaContext c, DMesaBuffer b)
GLboolean DMesaMoveBuffer (GLint xpos, GLint ypos)
GLboolean DMesaResizeBuffer (GLint width, GLint height)
void DMesaSetCI (int ndx, GLfloat red, GLfloat green, GLfloat blue)
DMesaProc DMesaGetProcAddress (const char *name)
int DMesaGetIntegerv (GLenum pname, GLint *params)

Generated on Sun May 27 2012 04:50:22 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.