Lines Matching refs:VertexProgram
106 if (ctx->VertexProgram.PointSizeEnabled != state) { in client_state()
108 ctx->VertexProgram.PointSizeEnabled = state; in client_state()
1047 if (ctx->VertexProgram.Enabled == state) in _mesa_set_enable()
1050 ctx->VertexProgram.Enabled = state; in _mesa_set_enable()
1060 if (ctx->VertexProgram.PointSizeEnabled == state) in _mesa_set_enable()
1063 ctx->VertexProgram.PointSizeEnabled = state; in _mesa_set_enable()
1068 if (ctx->VertexProgram.TwoSideEnabled == state) in _mesa_set_enable()
1071 ctx->VertexProgram.TwoSideEnabled = state; in _mesa_set_enable()
1822 return ctx->VertexProgram.Enabled; in _mesa_IsEnabled()
1830 return ctx->VertexProgram.PointSizeEnabled; in _mesa_IsEnabled()
1834 return ctx->VertexProgram.TwoSideEnabled; in _mesa_IsEnabled()