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

/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c201 else if (ctx->VertexProgram.PointSizeEnabled) {
203 raster->point_size_per_vertex = ctx->VertexProgram.PointSizeEnabled;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf_state.c278 sf->sf7.use_point_size_state = !(ctx->VertexProgram.PointSizeEnabled ||
H A Dgen6_sf_state.c238 if (!(ctx->VertexProgram.PointSizeEnabled ||
H A Dgen7_sf_state.c274 if (!(ctx->VertexProgram.PointSizeEnabled || ctx->Point._Attenuated))
/external/mesa3d/src/mesa/tnl/
H A Dt_context.c173 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
H A Dt_vb_program.c437 if (ctx->VertexProgram.PointSizeEnabled &&
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c59 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) {
558 ctx->VertexProgram.PointSizeEnabled) {
/external/mesa3d/src/mesa/program/
H A Dprogram.c89 ctx->VertexProgram.PointSizeEnabled =
92 ctx->VertexProgram.PointSizeEnabled = GL_FALSE;
/external/mesa3d/src/mesa/main/
H A Denable.c843 if (ctx->VertexProgram.PointSizeEnabled == state)
846 ctx->VertexProgram.PointSizeEnabled = state;
1555 return ctx->VertexProgram.PointSizeEnabled;
H A Dattrib.c325 attr->VertexProgramPointSize = ctx->VertexProgram.PointSizeEnabled;
619 TEST_AND_UPDATE(ctx->VertexProgram.PointSizeEnabled,
H A Dmtypes.h2050 GLboolean PointSizeEnabled; /**< GL_VERTEX_PROGRAM_POINT_SIZE_ARB/NV */ member in struct:gl_vertex_program_state
H A Dget.c1154 CONTEXT_BOOL(VertexProgram.PointSizeEnabled),
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c1372 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c606 (ctx->VertexProgram.Enabled && ctx->VertexProgram.PointSizeEnabled)) {

Completed in 237 milliseconds