Lines Matching refs:Point
176 attr->PointSmooth = ctx->Point.SmoothFlag;
177 attr->PointSprite = ctx->Point.PointSprite;
237 memcpy(&head->Point, &ctx->Point, sizeof(head->Point));
423 TEST_AND_UPDATE(ctx->Point.SmoothFlag, enable->PointSmooth,
426 TEST_AND_UPDATE(ctx->Point.PointSprite, enable->PointSprite,
1056 TEST_AND_CALL1(Point.Size, PointSize);
1057 TEST_AND_UPDATE(ctx->Point.SmoothFlag, attr->Point.SmoothFlag, GL_POINT_SMOOTH);
1060 attr->Point.Params);
1061 TEST_AND_CALL1_SEL(Point.MinSize, PointParameterf, GL_POINT_SIZE_MIN_EXT);
1062 TEST_AND_CALL1_SEL(Point.MaxSize, PointParameterf, GL_POINT_SIZE_MAX_EXT);
1063 TEST_AND_CALL1_SEL(Point.Threshold, PointParameterf, GL_POINT_FADE_THRESHOLD_SIZE_EXT);
1066 if (ctx->Point.CoordReplace != attr->Point.CoordReplace) {
1068 ctx->Point.CoordReplace = attr->Point.CoordReplace;
1074 float param = !!(ctx->Point.CoordReplace & (1 << i));
1082 TEST_AND_UPDATE(ctx->Point.PointSprite, attr->Point.PointSprite,
1087 TEST_AND_CALL1_SEL(Point.SpriteOrigin, PointParameterf, GL_POINT_SPRITE_COORD_ORIGIN);