#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. |