Searched defs:spanWidth (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ | ||
| H A D | s_drawpix.c | 382 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); local in function:draw_depth_pixels 512 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); local in function:draw_rgba_pixels |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ | ||
| H A D | s_drawpix.c | 382 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); local in function:draw_depth_pixels 512 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); local in function:draw_rgba_pixels |
Completed in 5 milliseconds