Searched refs:SkipPixels (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpixelstore.c94 if (ctx->Pack.SkipPixels == param)
97 ctx->Pack.SkipPixels = param;
198 if (ctx->Unpack.SkipPixels == param)
201 ctx->Unpack.SkipPixels = param;
267 ctx->Pack.SkipPixels = 0;
280 ctx->Unpack.SkipPixels = 0;
299 ctx->DefaultPacking.SkipPixels = 0;
H A Dimage.c129 skippixels = packing->SkipPixels;
403 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
425 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
581 * and the unpack SkipPixels and SkipRows are adjusted so that the image
607 unpack->SkipPixels += (buffer->_Xmin - *destX);
675 pack->SkipPixels += (0 - *srcX);
H A Dpack.c175 if ((packing->SkipPixels & 7) == 0) {
182 /* handling SkipPixels is a bit tricky (no pun intended!) */
185 GLubyte srcMask = 1 << (packing->SkipPixels & 0x7);
212 GLubyte srcMask = 128 >> (packing->SkipPixels & 0x7);
267 if ((packing->SkipPixels & 7) == 0) {
274 /* handling SkipPixels is a bit tricky (no pun intended!) */
278 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7);
305 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7);
2796 GLubyte mask = 1 << (unpack->SkipPixels & 0x7);
2810 GLubyte mask = 128 >> (unpack->SkipPixels
[all...]
/external/mesa3d/src/mesa/main/
H A Dpixelstore.c94 if (ctx->Pack.SkipPixels == param)
97 ctx->Pack.SkipPixels = param;
198 if (ctx->Unpack.SkipPixels == param)
201 ctx->Unpack.SkipPixels = param;
267 ctx->Pack.SkipPixels = 0;
280 ctx->Unpack.SkipPixels = 0;
299 ctx->DefaultPacking.SkipPixels = 0;
H A Dimage.c129 skippixels = packing->SkipPixels;
403 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
425 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
581 * and the unpack SkipPixels and SkipRows are adjusted so that the image
607 unpack->SkipPixels += (buffer->_Xmin - *destX);
675 pack->SkipPixels += (0 - *srcX);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_bitmap.c83 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
105 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
181 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
201 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
/external/mesa3d/src/mesa/swrast/
H A Ds_bitmap.c83 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
105 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
181 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
201 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c111 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
120 __FUNCTION__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
H A Dintel_tex_image.c151 unpack->SkipPixels || unpack->SkipRows) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c111 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
120 __FUNCTION__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
H A Dintel_tex_image.c151 unpack->SkipPixels || unpack->SkipRows) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c111 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
120 __FUNCTION__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
H A Dintel_tex_image.c151 unpack->SkipPixels || unpack->SkipRows) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c111 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
120 __FUNCTION__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
H A Dintel_tex_image.c151 unpack->SkipPixels || unpack->SkipRows) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c111 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
120 __FUNCTION__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
H A Dintel_tex_image.c151 unpack->SkipPixels || unpack->SkipRows) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c111 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
120 __FUNCTION__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
H A Dintel_tex_image.c151 unpack->SkipPixels || unpack->SkipRows) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1375 drawX = dstx + pack.SkipPixels;
1381 readX = readX - pack.SkipPixels + unpack.SkipPixels;
1571 pack.SkipPixels, pack.SkipRows, 0, /* dest pos */
1608 pipe_put_tile_rgba_format(pipe, ptTex, pack.SkipPixels, pack.SkipRows,
1616 pipe_put_tile_z(pipe, ptTex, pack.SkipPixels, pack.SkipRows,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1375 drawX = dstx + pack.SkipPixels;
1381 readX = readX - pack.SkipPixels + unpack.SkipPixels;
1571 pack.SkipPixels, pack.SkipRows, 0, /* dest pos */
1608 pipe_put_tile_rgba_format(pipe, ptTex, pack.SkipPixels, pack.SkipRows,
1616 pipe_put_tile_z(pipe, ptTex, pack.SkipPixels, pack.SkipRows,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c863 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
880 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_dd.c386 const int srcX = clippedUnpack.SkipPixels;
520 const int srcX = clippedUnpack.SkipPixels;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c863 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
880 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c386 const int srcX = clippedUnpack.SkipPixels;
520 const int srcX = clippedUnpack.SkipPixels;

Completed in 973 milliseconds

12