Home
last modified time | relevance | path

Searched refs:PointSizeEnabled (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c201 else if (ctx->VertexProgram.PointSizeEnabled) { in update_raster_state()
203 raster->point_size_per_vertex = ctx->VertexProgram.PointSizeEnabled; in update_raster_state()
/external/mesa3d/src/mesa/tnl/
Dt_context.c173 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) in _tnl_InvalidateState()
Dt_vb_program.c437 if (ctx->VertexProgram.PointSizeEnabled && in run_vp()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_sf_state.c274 if (!(ctx->VertexProgram.PointSizeEnabled || ctx->Point._Attenuated)) in upload_sf_state()
Dgen6_sf_state.c238 if (!(ctx->VertexProgram.PointSizeEnabled || in upload_sf_state()
Dbrw_sf_state.c278 sf->sf7.use_point_size_state = !(ctx->VertexProgram.PointSizeEnabled || in upload_sf_unit()
/external/mesa3d/src/mesa/swrast/
Ds_points.c59 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) { in get_size()
558 ctx->VertexProgram.PointSizeEnabled) { in _swrast_choose_point()
/external/mesa3d/src/mesa/program/
Dprogram.c89 ctx->VertexProgram.PointSizeEnabled = in _mesa_init_program()
92 ctx->VertexProgram.PointSizeEnabled = GL_FALSE; in _mesa_init_program()
/external/mesa3d/src/mesa/main/
Denable.c843 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()
Dattrib.c325 attr->VertexProgramPointSize = ctx->VertexProgram.PointSizeEnabled; in _mesa_PushAttrib()
619 TEST_AND_UPDATE(ctx->VertexProgram.PointSizeEnabled, in pop_enable_group()
Dmtypes.h2050 GLboolean PointSizeEnabled; /**< GL_VERTEX_PROGRAM_POINT_SIZE_ARB/NV */ member
Dget.c1154 CONTEXT_BOOL(VertexProgram.PointSizeEnabled),
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c1372 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) in i915ValidateFragmentProgram()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c606 (ctx->VertexProgram.Enabled && ctx->VertexProgram.PointSizeEnabled)) { in r200PointParameter()