Searched refs:draw_stencil_pixels (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 259 draw_stencil_pixels( struct gl_context *ctx, GLint x, GLint y, in draw_stencil_pixels() function 689 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 | 829 draw_stencil_pixels(struct gl_context *ctx, GLint x, GLint y, in draw_stencil_pixels() function 1128 draw_stencil_pixels(ctx, x, y, width, height, format, type, in st_DrawPixels()
|