#include "mgraph.h"
Go to the source code of this file.
Defines |
| #define | GLAPIENTRY |
Functions |
| void GLAPIENTRY | MGLMesaChooseVisual (MGLDC *dc, MGLVisual *visual) |
| bool GLAPIENTRY | MGLMesaSetVisual (MGLDC *dc, MGLVisual *visual) |
| bool GLAPIENTRY | MGLMesaCreateContext (MGLDC *dc, bool forceMemDC) |
| void GLAPIENTRY | MGLMesaDestroyContext (MGLDC *dc) |
| void GLAPIENTRY | MGLMesaMakeCurrent (MGLDC *dc) |
| void GLAPIENTRY | MGLMesaSwapBuffers (MGLDC *dc, bool waitVRT) |
| void GLAPIENTRY | MGLMesaSetPaletteEntry (MGLDC *dc, int entry, uchar red, uchar green, uchar blue) |
| void GLAPIENTRY | MGLMesaSetPalette (MGLDC *dc, palette_t *pal, int numColors, int startIndex) |
| void GLAPIENTRY | MGLMesaRealizePalette (MGLDC *dc, int numColors, int startIndex, int waitVRT) |
Define Documentation
Function Documentation
| void GLAPIENTRY MGLMesaChooseVisual |
( |
MGLDC * |
dc, |
|
|
MGLVisual * |
visual |
|
) |
| |
| bool GLAPIENTRY MGLMesaCreateContext |
( |
MGLDC * |
dc, |
|
|
bool |
forceMemDC |
|
) |
| |
| void GLAPIENTRY MGLMesaDestroyContext |
( |
MGLDC * |
dc | ) |
|
| void GLAPIENTRY MGLMesaMakeCurrent |
( |
MGLDC * |
dc | ) |
|
| void GLAPIENTRY MGLMesaRealizePalette |
( |
MGLDC * |
dc, |
|
|
int |
numColors, |
|
|
int |
startIndex, |
|
|
int |
waitVRT |
|
) |
| |
| void GLAPIENTRY MGLMesaSetPalette |
( |
MGLDC * |
dc, |
|
|
palette_t * |
pal, |
|
|
int |
numColors, |
|
|
int |
startIndex |
|
) |
| |
| void GLAPIENTRY MGLMesaSetPaletteEntry |
( |
MGLDC * |
dc, |
|
|
int |
entry, |
|
|
uchar |
red, |
|
|
uchar |
green, |
|
|
uchar |
blue |
|
) |
| |
| bool GLAPIENTRY MGLMesaSetVisual |
( |
MGLDC * |
dc, |
|
|
MGLVisual * |
visual |
|
) |
| |
| void GLAPIENTRY MGLMesaSwapBuffers |
( |
MGLDC * |
dc, |
|
|
bool |
waitVRT |
|
) |
| |