Lines Matching refs:VertexProgram
130 if (ctx->VertexProgram.PointSizeEnabled != state) { in client_state()
132 ctx->VertexProgram.PointSizeEnabled = state; in client_state()
1078 if (ctx->VertexProgram.Enabled == state) in _mesa_set_enable()
1081 ctx->VertexProgram.Enabled = state; in _mesa_set_enable()
1092 if (ctx->VertexProgram.PointSizeEnabled == state) in _mesa_set_enable()
1095 ctx->VertexProgram.PointSizeEnabled = state; in _mesa_set_enable()
1100 if (ctx->VertexProgram.TwoSideEnabled == state) in _mesa_set_enable()
1103 ctx->VertexProgram.TwoSideEnabled = state; in _mesa_set_enable()
1851 return ctx->VertexProgram.Enabled; in _mesa_IsEnabled()
1859 return ctx->VertexProgram.PointSizeEnabled; in _mesa_IsEnabled()
1863 return ctx->VertexProgram.TwoSideEnabled; in _mesa_IsEnabled()