Searched refs:_swrast_pixel_address (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_stencil.c298 const GLubyte *map = _swrast_pixel_address(rb, 0, 0);
337 GLubyte *dst = _swrast_pixel_address(rb, x[i], y[i]);
373 stencilBuf = _swrast_pixel_address(rb, span->x, span->y) + stencilOffset;
478 src = _swrast_pixel_address(rb, x, y);
522 stencilBuf = _swrast_pixel_address(rb, x, y);
H A Ds_depth.c217 const GLubyte *map = _swrast_pixel_address(rb, 0, 0);
252 GLubyte *map = _swrast_pixel_address(rb, 0, 0);
301 zStart = _swrast_pixel_address(rb, span->x, span->y);
434 zStart = _swrast_pixel_address(rb, span->x, span->y);
518 _mesa_unpack_float_z_row(rb->Format, n, _swrast_pixel_address(rb, x, y),
H A Ds_context.h461 _swrast_pixel_address(struct gl_renderbuffer *rb, GLint x, GLint y) function
H A Ds_drawpix.c527 dst = _swrast_pixel_address(rb, x, y);
619 GLubyte *dst = _swrast_pixel_address(depthRb, x, y + i);
H A Ds_linetemp.h169 zPtr = (DEPTH_TYPE *) _swrast_pixel_address(zrb, x0, y0);
H A Ds_span.c1051 GLubyte *dst = _swrast_pixel_address(rb, x[i], y[i]);
1072 GLubyte *dst = _swrast_pixel_address(rb, x, y);
1468 src = _swrast_pixel_address(rb, x + skip, y);
1500 const GLubyte *src = _swrast_pixel_address(rb, x[i], y[i]);
1549 src = _swrast_pixel_address(rb, x, y);
H A Ds_zoom.c437 GLubyte *dst = _swrast_pixel_address(rb, x0, y);
H A Ds_tritemp.h634 _swrast_pixel_address(zrb, FixedToInt(fxLeftEdge), span.y);
H A Ds_triangle.c898 _swrast_pixel_address(rb, span.x, span.y); \

Completed in 103 milliseconds