Searched refs:unpackSave (Results 1 – 1 of 1) sorted by relevance
2087 const struct gl_pixelstore_attrib unpackSave = ctx->Unpack; in _mesa_meta_DrawPixels() local2294 ctx->Unpack = unpackSave; in _mesa_meta_DrawPixels()2342 const struct gl_pixelstore_attrib unpackSave = *unpack; in _mesa_meta_Bitmap() local2430 bitmap1 = _mesa_map_pbo_source(ctx, &unpackSave, bitmap1); in _mesa_meta_Bitmap()2439 _mesa_expand_bitmap(width, height, &unpackSave, bitmap1, in _mesa_meta_Bitmap()2457 _mesa_unmap_pbo_source(ctx, &unpackSave); in _mesa_meta_Bitmap()