Searched defs:draw_stencil_pixels (Results 1 - 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
H A D | s_drawpix.c | 261 draw_stencil_pixels( struct gl_context *ctx, GLint x, GLint y, function 737 draw_stencil_pixels( ctx, x, y, width, height, type, unpack, pixels );
|
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 760 draw_stencil_pixels(struct gl_context *ctx, GLint x, GLint y, function 1098 draw_stencil_pixels(ctx, x, y, width, height, format, type,
|
Completed in 386 milliseconds