Home | History | Annotate | Download | only in gen

Lines Matching defs:nx

1522    GLbyte nx;
1529 GLbyte nx = cmd->nx;
1532 CALL_Normal3b(ctx->CurrentServerDispatch, (nx, ny, nz));
1538 _mesa_marshal_Normal3b(GLbyte nx, GLbyte ny, GLbyte nz)
1544 cmd->nx = nx;
1580 GLdouble nx;
1587 GLdouble nx = cmd->nx;
1590 CALL_Normal3d(ctx->CurrentServerDispatch, (nx, ny, nz));
1596 _mesa_marshal_Normal3d(GLdouble nx, GLdouble ny, GLdouble nz)
1602 cmd->nx = nx;
1638 GLfloat nx;
1645 GLfloat nx = cmd->nx;
1648 CALL_Normal3f(ctx->CurrentServerDispatch, (nx, ny, nz));
1654 _mesa_marshal_Normal3f(GLfloat nx, GLfloat ny, GLfloat nz)
1660 cmd->nx = nx;
1696 GLint nx;
1703 GLint nx = cmd->nx;
1706 CALL_Normal3i(ctx->CurrentServerDispatch, (nx, ny, nz));
1712 _mesa_marshal_Normal3i(GLint nx, GLint ny, GLint nz)
1718 cmd->nx = nx;
1754 GLshort nx;
1761 GLshort nx = cmd->nx;
1764 CALL_Normal3s(ctx->CurrentServerDispatch, (nx, ny, nz));
1770 _mesa_marshal_Normal3s(GLshort nx, GLshort ny, GLshort nz)
1776 cmd->nx = nx;