HomeSort by relevance Sort by last modified time
    Searched refs:SkipPixels (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_bitmap.c 83 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/main/
pixelstore.c 74 ctx->Pack.SkipPixels = param;
158 ctx->Unpack.SkipPixels = param;
241 ctx->Pack.SkipPixels = 0;
256 ctx->Unpack.SkipPixels = 0;
277 ctx->DefaultPacking.SkipPixels = 0;
305 packing->SkipPixels % packing->CompressedBlockWidth) {
pack.c 165 if ((packing->SkipPixels & 7) == 0) {
172 /* handling SkipPixels is a bit tricky (no pun intended!) */
176 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7);
203 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7);
279 GLubyte mask = 1 << (unpack->SkipPixels & 0x7);
293 GLubyte mask = 128 >> (unpack->SkipPixels & 0x7);
    [all...]
image.c 126 GLint skippixels; local
146 skippixels = packing->SkipPixels;
169 + (skippixels + column) / 8;
203 + (skippixels + column) * bytes_per_pixel;
418 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
440 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
595 * and the unpack SkipPixels and SkipRows are adjusted so that the image
621 unpack->SkipPixels += (buffer->_Xmin - *destX);
666 * and size, and the pack skipPixels, skipRows and rowLength are adjuste
    [all...]
attrib.c     [all...]
texstore.c     [all...]
mtypes.h     [all...]
teximage.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_read.c 101 pack->SkipPixels > 0 ||
184 pack->Alignment, pack->RowLength, pack->SkipPixels,
intel_pixel_bitmap.c 110 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
119 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
intel_tex_subimage.c 110 packing->SkipPixels > 0 ||
168 packing->Alignment, packing->RowLength, packing->SkipPixels,
intel_pixel_draw.c 92 unpack->SkipPixels || unpack->SkipRows) {
intel_tex_image.c 493 packing->SkipPixels > 0 ||
548 packing->Alignment, packing->RowLength, packing->SkipPixels,
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_bitmap.c 113 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
122 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
intel_tex_image.c 124 unpack->SkipPixels || unpack->SkipRows) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 404 unpack->SkipPixels == 0 &&
527 unpack->SkipPixels == 0 &&
    [all...]
st_pbo.c 151 buf_offset += store->SkipPixels + addr->pixels_per_row * offset_rows;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 871 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
888 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 384 const int srcX = clippedUnpack.SkipPixels;
516 const int srcX = clippedUnpack.SkipPixels;
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 194 { GL_PACK_SKIP_PIXELS, CONTEXT_INT(Pack.SkipPixels), NO_EXTRA },
197 { GL_UNPACK_SKIP_PIXELS, CONTEXT_INT(Unpack.SkipPixels), NO_EXTRA },
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 135 milliseconds