/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_zoom.h | 33 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLint imgY, 37 _swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint imgX, GLint imgY, 41 _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY, 46 _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY, 51 _swrast_write_zoomed_z_span(struct gl_context *ctx, GLint imgX, GLint imgY,
|
D | s_zoom.c | 131 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span, in zoom_span() argument 139 if (!compute_zoomed_bounds(ctx, imgX, imgY, span->x, span->y, span->end, in zoom_span() 215 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 225 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 235 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 247 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 260 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 273 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 287 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 332 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_rgba_span() argument [all …]
|
D | s_drawpix.c | 415 const GLint imgX = x, imgY = y; in draw_rgba_pixels() local 480 _swrast_write_zoomed_rgba_span(ctx, imgX, imgY, &span, rgba); in draw_rgba_pixels() 554 const GLint imgX = x, imgY = y; in draw_depth_stencil_pixels() local 615 _swrast_write_zoomed_z_span(ctx, imgX, imgY, width, x, in draw_depth_stencil_pixels() 631 _swrast_write_zoomed_stencil_span(ctx, imgX, imgY, width, in draw_depth_stencil_pixels()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_zoom.h | 33 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLint imgY, 37 _swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint imgX, GLint imgY, 41 _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY, 46 _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY, 51 _swrast_write_zoomed_z_span(struct gl_context *ctx, GLint imgX, GLint imgY,
|
D | s_zoom.c | 131 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span, in zoom_span() argument 139 if (!compute_zoomed_bounds(ctx, imgX, imgY, span->x, span->y, span->end, in zoom_span() 215 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 225 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 235 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 247 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 260 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 273 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 287 GLint j = unzoom_x(ctx->Pixel.ZoomX, imgX, x0 + i) - span->x; in zoom_span() 332 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_rgba_span() argument [all …]
|
D | s_drawpix.c | 415 const GLint imgX = x, imgY = y; in draw_rgba_pixels() local 480 _swrast_write_zoomed_rgba_span(ctx, imgX, imgY, &span, rgba); in draw_rgba_pixels() 554 const GLint imgX = x, imgY = y; in draw_depth_stencil_pixels() local 615 _swrast_write_zoomed_z_span(ctx, imgX, imgY, width, x, in draw_depth_stencil_pixels() 631 _swrast_write_zoomed_stencil_span(ctx, imgX, imgY, width, in draw_depth_stencil_pixels()
|