Searched refs:unpackSave (Results 1 – 1 of 1) sorted by relevance
2109 const struct gl_pixelstore_attrib unpackSave = ctx->Unpack; in _mesa_meta_DrawPixels() local2316 ctx->Unpack = unpackSave; in _mesa_meta_DrawPixels()2364 const struct gl_pixelstore_attrib unpackSave = *unpack; in _mesa_meta_Bitmap() local2452 bitmap1 = _mesa_map_pbo_source(ctx, &unpackSave, bitmap1); in _mesa_meta_Bitmap()2461 _mesa_expand_bitmap(width, height, &unpackSave, bitmap1, in _mesa_meta_Bitmap()2479 _mesa_unmap_pbo_source(ctx, &unpackSave); in _mesa_meta_Bitmap()