Searched refs:draw_stencil_pixels (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 261 draw_stencil_pixels( struct gl_context *ctx, GLint x, GLint y, in draw_stencil_pixels() function 737 draw_stencil_pixels( ctx, x, y, width, height, type, unpack, pixels ); in _swrast_DrawPixels()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 760 draw_stencil_pixels(struct gl_context *ctx, GLint x, GLint y, in draw_stencil_pixels() function 1100 draw_stencil_pixels(ctx, x, y, width, height, format, type, in st_DrawPixels()
|