Lines Matching defs:dst
1204 * \param dst destination context
1208 * attributes from \p src into \p dst. For many of the attributes a simple \c
1213 _mesa_copy_context( const struct gl_context *src, struct gl_context *dst,
1218 dst->Accum = src->Accum;
1222 dst->Color = src->Color;
1226 dst->Current = src->Current;
1230 dst->Depth = src->Depth;
1237 dst->Eval = src->Eval;
1241 dst->Fog = src->Fog;
1245 dst->Hint = src->Hint;
1249 dst->Light = src->Light;
1253 dst->Line = src->Line;
1257 dst->List = src->List;
1261 dst->Pixel = src->Pixel;
1265 dst->Point = src->Point;
1269 dst->Polygon = src->Polygon;
1277 dst->PolygonStipple[i] = src->PolygonStipple[i];
1282 dst->Scissor = src->Scissor;
1286 dst->Stencil = src->Stencil;
1290 _mesa_copy_texture_state(src, dst);
1294 dst->Transform = src->Transform;
1300 dst->ViewportArray[i] = src->ViewportArray[i];
1306 dst->NewState = _NEW_ALL;
1307 dst->NewDriverState = ~0;