Searched defs:imgX (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_zoom.c | 130 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span, in zoom_span() 331 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_rgba_span() 339 _swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_rgb_span() 347 _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_depth_span() 360 _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_stencil_span() 403 _swrast_write_zoomed_z_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_z_span()
|
D | s_drawpix.c | 417 const GLint imgX = x, imgY = y; in draw_rgba_pixels() local 602 const GLint imgX = x, imgY = y; in draw_depth_stencil_pixels() local
|