#include "main/mtypes.h"
Functions | |
| void GLAPIENTRY | _mesa_ClearIndex (GLfloat c) |
| void GLAPIENTRY | _mesa_ClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) |
| Specify the clear values for the color buffers. | |
| void GLAPIENTRY | _mesa_Clear (GLbitfield mask) |
| Clear buffers. | |
| void GLAPIENTRY _mesa_Clear | ( | GLbitfield | mask | ) |
Clear buffers.
| mask | bit-mask indicating the buffers to be cleared. |
| void GLAPIENTRY _mesa_ClearColor | ( | GLclampf | red, | |
| GLclampf | green, | |||
| GLclampf | blue, | |||
| GLclampf | alpha | |||
| ) |
Specify the clear values for the color buffers.
| red | red color component. | |
| green | green color component. | |
| blue | blue color component. | |
| alpha | alpha component. |
| void GLAPIENTRY _mesa_ClearIndex | ( | GLfloat | c | ) |
1.5.4