Private data for PGB device. More...
Data Fields | |
| PGBDescription | pass |
| Per-pass information. | |
| sw_tl_ref | pgb_tl |
| PGB usage timeline from core. | |
| sw_tl_ref | skin_job_tl |
| Skin job timeline. | |
| DEVICE_FILEDESCRIPTOR | curr_fd |
| Current open file descriptor. | |
| raster_store_t * | rasterStore |
| Store for partial/composite raster data. | |
| unsigned int | last_param |
| int32 | store_partial |
Private data for PGB device.
This includes the PGB description (which includes the RasterDescription used by the KCall*() functions), and other data that persists across render passes.
| unsigned int PGBPrivate::last_param |
The start_param and get_param functions for the pagebuffer device type use last_param to maintain the local state.
| int32 PGBPrivate::store_partial |
Flag indicating whether raster store should be used, or partial paints deferred to raster backend.