Home
last modified time | relevance | path

Searched refs:SkipPixels (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixelstore.c74 ctx->Pack.SkipPixels = param; in pixel_storei()
159 ctx->Unpack.SkipPixels = param; in pixel_storei()
265 ctx->Pack.SkipPixels = 0; in _mesa_init_pixelstore()
280 ctx->Unpack.SkipPixels = 0; in _mesa_init_pixelstore()
301 ctx->DefaultPacking.SkipPixels = 0; in _mesa_init_pixelstore()
329 packing->SkipPixels % packing->CompressedBlockWidth) { in _mesa_compressed_pixel_storage_error_check()
Dpack.c165 if ((packing->SkipPixels & 7) == 0) { in _mesa_pack_bitmap()
176 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7); in _mesa_pack_bitmap()
203 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7); in _mesa_pack_bitmap()
279 GLubyte mask = 1 << (unpack->SkipPixels & 0x7); in extract_uint_indexes()
293 GLubyte mask = 128 >> (unpack->SkipPixels & 0x7); in extract_uint_indexes()
1253 if ((type == GL_BITMAP) && (unpack->SkipPixels & 0x7)) { in _mesa_unpack_image()
1257 GLubyte srcMask = 1 << (unpack->SkipPixels & 0x7); in _mesa_unpack_image()
1284 GLubyte srcMask = 128 >> (unpack->SkipPixels & 0x7); in _mesa_unpack_image()
Dimage.c146 skippixels = packing->SkipPixels; in _mesa_image_offset()
418 GLubyte mask = 1U << (unpack->SkipPixels & 0x7); in _mesa_expand_bitmap()
440 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7); in _mesa_expand_bitmap()
621 unpack->SkipPixels += (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
701 pack->SkipPixels += (0 - *srcX); in _mesa_clip_readpixels()
Dattrib.c1472 dst->SkipPixels = src->SkipPixels; in copy_pixelstore()
Dtexstore.c1291 store->SkipBytes += packing->SkipPixels * packing->CompressedBlockSize / bw; in _mesa_compute_compressed_pixelstore()
Dmtypes.h1441 GLint SkipPixels; member
Dteximage.c2866 unpackNew->SkipPixels++; /* skip the border */ in strip_texture_border()
/external/mesa3d/src/mesa/swrast/
Ds_bitmap.c83 GLubyte mask = 1U << (unpack->SkipPixels & 0x7); in _swrast_Bitmap()
105 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7); in _swrast_Bitmap()
181 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
201 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_read.c102 pack->SkipPixels > 0 || in intel_readpixels_tiled_memcpy()
199 pack->Alignment, pack->RowLength, pack->SkipPixels, in intel_readpixels_tiled_memcpy()
Dintel_pixel_bitmap.c110 GLuint src_offset = (x + unpack->SkipPixels) & 0x7; in get_bitmap_rect()
119 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask); in get_bitmap_rect()
Dintel_tex_image.c214 packing->SkipPixels > 0 || in intel_texsubimage_tiled_memcpy()
284 packing->Alignment, packing->RowLength, packing->SkipPixels, in intel_texsubimage_tiled_memcpy()
663 packing->SkipPixels > 0 || in intel_gettexsubimage_tiled_memcpy()
734 packing->Alignment, packing->RowLength, packing->SkipPixels, in intel_gettexsubimage_tiled_memcpy()
Dintel_pixel_draw.c92 unpack->SkipPixels || unpack->SkipRows) { in do_blit_drawpixels()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c113 GLuint src_offset = (x + unpack->SkipPixels) & 0x7; in get_bitmap_rect()
122 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask); in get_bitmap_rect()
Dintel_tex_image.c124 unpack->SkipPixels || unpack->SkipRows) { in try_pbo_upload()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c405 unpack->SkipPixels == 0 && in make_texture()
527 unpack->SkipPixels == 0 && in make_texture()
1344 drawX = dstx + pack.SkipPixels; in blit_copy_pixels()
1350 readX = readX - pack.SkipPixels + unpack.SkipPixels; in blit_copy_pixels()
1609 blit.dst.box.x = pack.SkipPixels; in st_CopyPixels()
Dst_pbo.c151 buf_offset += store->SkipPixels + addr->pixels_per_row * offset_rows; in st_pbo_addresses_pixelstore()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c385 const int srcX = clippedUnpack.SkipPixels; in xmesa_DrawPixels_8R8G8B()
517 const int srcX = clippedUnpack.SkipPixels; in xmesa_DrawPixels_5R6G5B()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c872 GLubyte mask = 1U << (unpack->SkipPixels & 0x7); in r200PointsBitmap()
889 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7); in r200PointsBitmap()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h195 { GL_PACK_SKIP_PIXELS, CONTEXT_INT(Pack.SkipPixels), NO_EXTRA },
198 { GL_UNPACK_SKIP_PIXELS, CONTEXT_INT(Unpack.SkipPixels), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1983 tileUnpack.SkipPixels = unpack->SkipPixels + i; in tiled_draw_pixels()
3281 packing.SkipPixels = 0; in _mesa_meta_GetTexSubImage()