Home | History | Annotate | Download | only in swrast

Lines Matching refs:row

267    GLint row;
276 for (row = 0; row < height; row++) {
280 row, 0);
325 GLint row;
326 for (row = 0; row < height; row++) {
329 GL_DEPTH_COMPONENT, type, row, 0);
334 span.y = y + row;
346 GLint row;
347 for (row = 0; row < height; row++) {
350 GL_DEPTH_COMPONENT, type, row, 0);
360 span.y = y + row;
373 GLint row;
375 for (row = 0; row < height; row++) {
379 row, skipPixels);
381 /* Set these for each row since the _swrast_write_* function may
385 span.y = y + row;
463 GLint row;
465 for (row = 0; row < height; row++) {
466 /* get image row as float/RGBA */
470 /* Set these for each row since the _swrast_write_* functions
475 span.y = y + row;
487 } /* for row */