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

12

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Ddrawpix.c23 static int SkipPixels, SkipRows; variable in typeref:typename:int
39 SkipPixels = SkipRows = 0;
59 glPixelStorei(GL_UNPACK_SKIP_PIXELS, SkipPixels);
90 glPixelStorei(GL_UNPACK_SKIP_PIXELS, SkipPixels);
167 if (SkipPixels > 0)
168 SkipPixels--;
171 SkipPixels++;
/xsrc/external/mit/MesaLib.old/dist/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);
/xsrc/external/mit/MesaLib/dist/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);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpixelstore.c74 ctx->Pack.SkipPixels = param;
159 ctx->Unpack.SkipPixels = param;
265 ctx->Pack.SkipPixels = 0;
280 ctx->Unpack.SkipPixels = 0;
301 ctx->DefaultPacking.SkipPixels = 0;
329 packing->SkipPixels % packing->CompressedBlockWidth) {
H A Dpack.c166 if ((packing->SkipPixels & 7) == 0) {
173 /* handling SkipPixels is a bit tricky (no pun intended!) */
177 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7);
204 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7);
280 GLubyte mask = 1 << (unpack->SkipPixels & 0x7);
294 GLubyte mask = 128 >> (unpack->SkipPixels & 0x7);
1254 if ((type == GL_BITMAP) && (unpack->SkipPixels & 0x7)) {
1258 GLubyte srcMask = 1 << (unpack->SkipPixels & 0x7);
1285 GLubyte srcMask = 128 >> (unpack->SkipPixels & 0x7);
H A Dimage.c146 skippixels = packing->SkipPixels;
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);
701 pack->SkipPixels += (0 - *srcX);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpixelstore.c75 ctx->Pack.SkipPixels = param;
164 ctx->Unpack.SkipPixels = param;
270 ctx->Pack.SkipPixels = 0;
284 ctx->Unpack.SkipPixels = 0;
304 ctx->DefaultPacking.SkipPixels = 0;
331 packing->SkipPixels % packing->CompressedBlockWidth) {
H A Dimage.c146 skippixels = packing->SkipPixels;
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);
701 pack->SkipPixels += (0 - *srcX);
H A Dpack.c167 if ((packing->SkipPixels & 7) == 0) {
174 /* handling SkipPixels is a bit tricky (no pun intended!) */
178 GLubyte dstMask = 1 << (packing->SkipPixels & 0x7);
205 GLubyte dstMask = 128 >> (packing->SkipPixels & 0x7);
281 GLubyte mask = 1 << (unpack->SkipPixels & 0x7);
295 GLubyte mask = 128 >> (unpack->SkipPixels & 0x7);
1255 if ((type == GL_BITMAP) && (unpack->SkipPixels & 0x7)) {
1259 GLubyte srcMask = 1 << (unpack->SkipPixels & 0x7);
1286 GLubyte srcMask = 128 >> (unpack->SkipPixels & 0x7);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c113 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
122 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
H A Dintel_tex_image.c124 unpack->SkipPixels || unpack->SkipRows) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c110 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
119 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
H A Dintel_pixel_read.c100 pack->SkipPixels > 0 ||
198 pack->Alignment, pack->RowLength, pack->SkipPixels,
H A Dintel_pixel_draw.c92 unpack->SkipPixels || unpack->SkipRows) {
H A Dintel_tex_image.c213 packing->SkipPixels > 0 ||
285 packing->Alignment, packing->RowLength, packing->SkipPixels,
709 packing->SkipPixels > 0 ||
782 packing->Alignment, packing->RowLength, packing->SkipPixels,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c113 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
122 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
H A Dintel_tex_image.c124 unpack->SkipPixels || unpack->SkipRows) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel_bitmap.c112 GLuint src_offset = (x + unpack->SkipPixels) & 0x7;
121 __func__, x,y,w,h,width,height,unpack->SkipPixels, src_offset, mask);
H A Dbrw_pixel_read.c100 pack->SkipPixels > 0 ||
198 pack->Alignment, pack->RowLength, pack->SkipPixels,
H A Dbrw_pixel_draw.c92 unpack->SkipPixels || unpack->SkipRows) {
H A Dbrw_tex_image.c213 packing->SkipPixels > 0 ||
285 packing->Alignment, packing->RowLength, packing->SkipPixels,
761 packing->SkipPixels > 0 ||
834 packing->Alignment, packing->RowLength, packing->SkipPixels,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c500 unpack->SkipPixels != 0 ||
580 unpack->SkipPixels == 0 &&
1556 drawX = dstx + pack.SkipPixels;
1562 readX = readX - pack.SkipPixels + unpack.SkipPixels;
1822 blit.dst.box.x = pack.SkipPixels;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c499 unpack->SkipPixels != 0 ||
579 unpack->SkipPixels == 0 &&
1609 drawX = dstx + pack.SkipPixels;
1615 readX = readX - pack.SkipPixels + unpack.SkipPixels;
1946 blit.dst.box.x = pack.SkipPixels;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.0.7.rst50 - meta: Compute correct buffer size with SkipRows/SkipPixels
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c872 GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
889 GLubyte mask = 128U >> (unpack->SkipPixels & 0x7);

Completed in 36 milliseconds

12