#include "glheader.h"
#include "context.h"
#include "macros.h"
#include "points.h"
#include "texstate.h"
#include "mtypes.h"
Functions | |
| void GLAPIENTRY | _mesa_PointSize (GLfloat size) |
| Set the point size. More... | |
| void GLAPIENTRY | _mesa_PointParameteriNV (GLenum pname, GLint param) |
| void GLAPIENTRY | _mesa_PointParameterivNV (GLenum pname, const GLint *params) |
| void GLAPIENTRY | _mesa_PointParameterfEXT (GLenum pname, GLfloat param) |
| void GLAPIENTRY | _mesa_PointParameterfvEXT (GLenum pname, const GLfloat *params) |
| void | _mesa_init_point (GLcontext *ctx) |
| Initialize the context point state. More... | |
|
|
Initialize the context point state.
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Set the point size.
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001