Searched refs:MaxPointSize (Results 1 – 12 of 12) sorted by relevance
333 ctx->Const.MaxPointSize = 2047.0; in r200CreateContext()336 ctx->Point.MaxSize = ctx->Const.MaxPointSize; in r200CreateContext()
1040 (((GLuint)(ctx->Const.MaxPointSize * 16.0)) << R200_MAXPOINTSIZE_SHIFT) | 0x10; in r200InitState()
249 = MAX2(ctx->Const.MaxPointSize, ctx->Const.MaxPointSizeAA); in _mesa_init_point()
578 ctx->Const.MaxPointSize = MAX_POINT_SIZE; in _mesa_init_constants()
2802 GLfloat MinPointSize, MaxPointSize; /**< aliased */ member
134 c->MaxPointSize in st_init_limits()143 st->ctx->Point.MaxSize = MAX2(c->MaxPointSize, c->MaxPointSizeAA); in st_init_limits()
292 ctx->Const.MaxPointSize = 1.0; in r100CreateContext()
483 maxImplSize = ctx->Const.MaxPointSize; in _mesa_fetch_state()491 maxImplSize = ctx->Const.MaxPointSize; in _mesa_fetch_state()
73 size = CLAMP(size, ctx->Const.MinPointSize, ctx->Const.MaxPointSize); in get_size()
678 ctx->Const.MaxPointSize = 255.0; in intelInitContext()