Searched refs:unpackSave (Results 1 – 1 of 1) sorted by relevance
2359 const struct gl_pixelstore_attrib unpackSave = ctx->Unpack; in _mesa_meta_DrawPixels() local2580 ctx->Unpack = unpackSave; in _mesa_meta_DrawPixels()2628 const struct gl_pixelstore_attrib unpackSave = *unpack; in _mesa_meta_Bitmap() local2739 bitmap1 = _mesa_map_pbo_source(ctx, &unpackSave, bitmap1); in _mesa_meta_Bitmap()2748 _mesa_expand_bitmap(width, height, &unpackSave, bitmap1, in _mesa_meta_Bitmap()2766 _mesa_unmap_pbo_source(ctx, &unpackSave); in _mesa_meta_Bitmap()