• Home
  • Raw
  • Download

Lines Matching refs:Current

62                   lroundf(ctx->Current.RasterPos[0]),  in _mesa_DrawPixels()
63 lroundf(ctx->Current.RasterPos[1])); in _mesa_DrawPixels()
143 if (!ctx->Current.RasterPosValid) { in _mesa_DrawPixels()
150 GLint x = lroundf(ctx->Current.RasterPos[0]); in _mesa_DrawPixels()
151 GLint y = lroundf(ctx->Current.RasterPos[1]); in _mesa_DrawPixels()
178 ctx->Current.RasterPos, in _mesa_DrawPixels()
179 ctx->Current.RasterColor, in _mesa_DrawPixels()
180 ctx->Current.RasterTexCoords[0] ); in _mesa_DrawPixels()
211 lroundf(ctx->Current.RasterPos[0]), in _mesa_CopyPixels()
212 lroundf(ctx->Current.RasterPos[1])); in _mesa_CopyPixels()
282 if (!ctx->Current.RasterPosValid || width == 0 || height == 0) { in _mesa_CopyPixels()
289 GLint destx = lroundf(ctx->Current.RasterPos[0]); in _mesa_CopyPixels()
290 GLint desty = lroundf(ctx->Current.RasterPos[1]); in _mesa_CopyPixels()
299 ctx->Current.RasterPos, in _mesa_CopyPixels()
300 ctx->Current.RasterColor, in _mesa_CopyPixels()
301 ctx->Current.RasterTexCoords[0] ); in _mesa_CopyPixels()
331 if (!ctx->Current.RasterPosValid) { in _mesa_Bitmap()
352 GLint x = util_ifloor(ctx->Current.RasterPos[0] + epsilon - xorig); in _mesa_Bitmap()
353 GLint y = util_ifloor(ctx->Current.RasterPos[1] + epsilon - yorig); in _mesa_Bitmap()
379 ctx->Current.RasterPos, in _mesa_Bitmap()
380 ctx->Current.RasterColor, in _mesa_Bitmap()
381 ctx->Current.RasterTexCoords[0] ); in _mesa_Bitmap()
389 ctx->Current.RasterPos[0] += xmove; in _mesa_Bitmap()
390 ctx->Current.RasterPos[1] += ymove; in _mesa_Bitmap()