HomeSort by relevance Sort by last modified time
    Searched refs:imgY (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/swrast/
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,
s_zoom.c 130 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span,
138 if (!compute_zoomed_bounds(ctx, imgX, imgY, span->x, span->y, span->end,
331 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLint imgY,
334 zoom_span(ctx, imgX, imgY, span, rgba, GL_RGBA);
339 _swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint imgX, GLint imgY,
342 zoom_span(ctx, imgX, imgY, span, rgb, GL_RGB);
347 _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY,
350 zoom_span(ctx, imgX, imgY, span,
360 _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY,
368 if (!compute_zoomed_bounds(ctx, imgX, imgY, spanX, spanY, width
    [all...]
s_drawpix.c 417 const GLint imgX = x, imgY = y;
530 _swrast_write_zoomed_rgba_span(ctx, imgX, imgY, &span, rgba);
602 const GLint imgX = x, imgY = y;
663 _swrast_write_zoomed_z_span(ctx, imgX, imgY, width, x,
679 _swrast_write_zoomed_stencil_span(ctx, imgX, imgY, width,

Completed in 124 milliseconds