Searched refs:PointSizeEnabled (Results 1 – 14 of 14) sorted by relevance
201 else if (ctx->VertexProgram.PointSizeEnabled) { in update_raster_state()203 raster->point_size_per_vertex = ctx->VertexProgram.PointSizeEnabled; in update_raster_state()
173 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) in _tnl_InvalidateState()
437 if (ctx->VertexProgram.PointSizeEnabled && in run_vp()
274 if (!(ctx->VertexProgram.PointSizeEnabled || ctx->Point._Attenuated)) in upload_sf_state()
238 if (!(ctx->VertexProgram.PointSizeEnabled || in upload_sf_state()
278 sf->sf7.use_point_size_state = !(ctx->VertexProgram.PointSizeEnabled || in upload_sf_unit()
59 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) { in get_size()558 ctx->VertexProgram.PointSizeEnabled) { in _swrast_choose_point()
89 ctx->VertexProgram.PointSizeEnabled = in _mesa_init_program()92 ctx->VertexProgram.PointSizeEnabled = GL_FALSE; in _mesa_init_program()
843 if (ctx->VertexProgram.PointSizeEnabled == state) in _mesa_set_enable()846 ctx->VertexProgram.PointSizeEnabled = state; in _mesa_set_enable()1555 return ctx->VertexProgram.PointSizeEnabled; in _mesa_IsEnabled()
325 attr->VertexProgramPointSize = ctx->VertexProgram.PointSizeEnabled; in _mesa_PushAttrib()619 TEST_AND_UPDATE(ctx->VertexProgram.PointSizeEnabled, in pop_enable_group()
2050 GLboolean PointSizeEnabled; /**< GL_VERTEX_PROGRAM_POINT_SIZE_ARB/NV */ member
1154 CONTEXT_BOOL(VertexProgram.PointSizeEnabled),
1372 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) in i915ValidateFragmentProgram()
606 (ctx->VertexProgram.Enabled && ctx->VertexProgram.PointSizeEnabled)) { in r200PointParameter()