Searched defs:imgX (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_zoom.c130 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span, argument
138 if (!compute_zoomed_bounds(ctx, imgX, imgY, span->x, span->y, span->end,
214 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
224 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
234 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
246 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
259 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
272 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
286 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x;
331 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLin argument
339 _swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span, const GLvoid *rgb) argument
347 _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span) argument
360 _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY, GLint width, GLint spanX, GLint spanY, const GLubyte stencil[]) argument
403 _swrast_write_zoomed_z_span(struct gl_context *ctx, GLint imgX, GLint imgY, GLint width, GLint spanX, GLint spanY, const GLuint *zVals) argument
[all...]
H A Ds_drawpix.c417 const GLint imgX = x, imgY = y; local
530 _swrast_write_zoomed_rgba_span(ctx, imgX, imgY, &span, rgba);
602 const GLint imgX = x, imgY = y; local
663 _swrast_write_zoomed_z_span(ctx, imgX, imgY, width, x,
679 _swrast_write_zoomed_stencil_span(ctx, imgX, imgY, width,

Completed in 4972 milliseconds