Searched refs:unpackSave (Results 1 – 1 of 1) sorted by relevance
2089 const struct gl_pixelstore_attrib unpackSave = ctx->Unpack; in _mesa_meta_DrawPixels() local2296 ctx->Unpack = unpackSave; in _mesa_meta_DrawPixels()2344 const struct gl_pixelstore_attrib unpackSave = *unpack; in _mesa_meta_Bitmap() local2432 bitmap1 = _mesa_map_pbo_source(ctx, &unpackSave, bitmap1); in _mesa_meta_Bitmap()2441 _mesa_expand_bitmap(width, height, &unpackSave, bitmap1, in _mesa_meta_Bitmap()2459 _mesa_unmap_pbo_source(ctx, &unpackSave); in _mesa_meta_Bitmap()