Searched refs:SkipRows (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | pixelstore.c | 106 if (ctx->Pack.SkipRows == param) in _mesa_PixelStorei() 109 ctx->Pack.SkipRows = param; in _mesa_PixelStorei() 210 if (ctx->Unpack.SkipRows == param) in _mesa_PixelStorei() 213 ctx->Unpack.SkipRows = param; in _mesa_PixelStorei() 268 ctx->Pack.SkipRows = 0; in _mesa_init_pixelstore() 281 ctx->Unpack.SkipRows = 0; in _mesa_init_pixelstore() 300 ctx->DefaultPacking.SkipRows = 0; in _mesa_init_pixelstore()
|
D | image.c | 131 skiprows = packing->SkipRows; in _mesa_image_offset() 621 unpack->SkipRows += (buffer->_Ymin - *destY); in _mesa_clip_drawpixels() 632 unpack->SkipRows += (*destY - buffer->_Ymax); in _mesa_clip_drawpixels() 688 pack->SkipRows += (0 - *srcY); in _mesa_clip_readpixels()
|
D | attrib.c | 1339 dst->SkipRows = src->SkipRows; in copy_pixelstore()
|
D | get.c | 719 { GL_PACK_SKIP_ROWS, CONTEXT_INT(Pack.SkipRows), NO_EXTRA }, 722 { GL_UNPACK_SKIP_ROWS, CONTEXT_INT(Unpack.SkipRows), NO_EXTRA },
|
D | mtypes.h | 1535 GLint SkipRows; member
|
D | teximage.c | 2897 unpackNew->SkipRows++; /* skip the border */ in strip_texture_border()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1376 drawY = dsty + pack.SkipRows; in blit_copy_pixels() 1382 readY = readY - pack.SkipRows + unpack.SkipRows; in blit_copy_pixels() 1571 pack.SkipPixels, pack.SkipRows, 0, /* dest pos */ in st_CopyPixels() 1608 pipe_put_tile_rgba_format(pipe, ptTex, pack.SkipPixels, pack.SkipRows, in st_CopyPixels() 1616 pipe_put_tile_z(pipe, ptTex, pack.SkipPixels, pack.SkipRows, in st_CopyPixels()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_tex_image.c | 151 unpack->SkipPixels || unpack->SkipRows) { in try_pbo_upload()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_tex_image.c | 151 unpack->SkipPixels || unpack->SkipRows) { in try_pbo_upload()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tex_image.c | 151 unpack->SkipPixels || unpack->SkipRows) { in try_pbo_upload()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 387 const int srcY = clippedUnpack.SkipRows; in xmesa_DrawPixels_8R8G8B() 521 const int srcY = clippedUnpack.SkipRows; in xmesa_DrawPixels_5R6G5B()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 2239 tileUnpack.SkipRows = unpack->SkipRows + j; in tiled_draw_pixels()
|