Home | History | Annotate | Download | only in main

Lines Matching refs:Current

63                   IROUND(ctx->Current.RasterPos[0]),
64 IROUND(ctx->Current.RasterPos[1]));
72 /* We're not using the current vertex program, and the driver may install
139 if (!ctx->Current.RasterPosValid) {
146 GLint x = IROUND(ctx->Current.RasterPos[0]);
147 GLint y = IROUND(ctx->Current.RasterPos[1]);
170 /* Feedback the current raster pos info */
174 ctx->Current.RasterPos,
175 ctx->Current.RasterColor,
176 ctx->Current.RasterTexCoords[0] );
206 IROUND(ctx->Current.RasterPos[0]),
207 IROUND(ctx->Current.RasterPos[1]));
227 /* We're not using the current vertex program, and the driver may install
262 if (!ctx->Current.RasterPosValid || width == 0 || height == 0) {
269 GLint destx = IROUND(ctx->Current.RasterPos[0]);
270 GLint desty = IROUND(ctx->Current.RasterPos[1]);
279 ctx->Current.RasterPos,
280 ctx->Current.RasterColor,
281 ctx->Current.RasterTexCoords[0] );
310 if (!ctx->Current.RasterPosValid) {
327 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig);
328 GLint y = IFLOOR(ctx->Current.RasterPos[1] + epsilon - yorig);
355 ctx->Current.RasterPos,
356 ctx->Current.RasterColor,
357 ctx->Current.RasterTexCoords[0] );
366 ctx->Current.RasterPos[0] += xmove;
367 ctx->Current.RasterPos[1] += ymove;