#include "glheader.h"
#include "context.h"
#include "depth.h"
#include "lines.h"
#include "macros.h"
#include "texstate.h"
#include "mtypes.h"
Functions | |
| void GLAPIENTRY | _mesa_LineWidth (GLfloat width) |
| Set the line width. | |
| void GLAPIENTRY | _mesa_LineStipple (GLint factor, GLushort pattern) |
| Set the line stipple pattern. | |
| void GLAPIENTRY | _mesa_init_line (GLcontext *ctx) |
| Initialize the context line state. | |
| void GLAPIENTRY _mesa_init_line | ( | GLcontext * | ctx | ) |
Initialize the context line state.
| ctx | GL context. |
| void GLAPIENTRY _mesa_LineStipple | ( | GLint | factor, | |
| GLushort | pattern | |||
| ) |
Set the line stipple pattern.
| factor | pattern scale factor. | |
| pattern | bit pattern. |
| void GLAPIENTRY _mesa_LineWidth | ( | GLfloat | width | ) |
Set the line width.
| width | line width in pixels. |
1.5.4