Home | History | Annotate | Download | only in common

Lines Matching defs:Unpack

111    struct gl_pixelstore_attrib Pack, Unpack;
566 save->Unpack = ctx->Unpack;
568 ctx->Unpack = ctx->DefaultPacking;
894 ctx->Unpack = save->Unpack;
1366 ctx->Unpack.BufferObj);
1762 /* save all state but scissor, pixel pack/unpack */
2220 const struct gl_pixelstore_attrib *unpack,
2223 struct gl_pixelstore_attrib tileUnpack = *unpack;
2233 tileUnpack.SkipPixels = unpack->SkipPixels + i;
2239 tileUnpack.SkipRows = unpack->SkipRows + j;
2354 const struct gl_pixelstore_attrib *unpack,
2359 const struct gl_pixelstore_attrib unpackSave = ctx->Unpack;
2433 format, type, unpack, pixels);
2442 format, type, unpack, pixels);
2508 /* set given unpack params */
2509 ctx->Unpack = *unpack;
2579 /* restore unpack params */
2580 ctx->Unpack = unpackSave;
2622 const struct gl_pixelstore_attrib *unpack,
2628 const struct gl_pixelstore_attrib unpackSave = *unpack;
2646 _swrast_Bitmap(ctx, x, y, width, height, unpack, bitmap1);
3578 format, type, buf, &ctx->Unpack);