Internal HVD element update message, sent with the SWEVT_RR_ELEMENT_UPDATE_RASTER event. More...
#include "rrevents.h"
Data Fields | |
void * | connection |
sw_tl_ref | timeline |
const uint8 * | id |
uintptr_t | raster |
size_t | size |
Internal HVD element update message, sent with the SWEVT_RR_ELEMENT_UPDATE_RASTER event.
Update the raster element with the given values for raster and size. Only used in Internal HVD: not relevant for External HVD.
void* SWMSG_RR_ELEMENT_UPDATE_RASTER::connection |
Opaque handle to the connection to which this event is relevant. All handlers whose connection handle doesn't match should immediately return SW_EVENT_CONTINUE.
const uint8* SWMSG_RR_ELEMENT_UPDATE_RASTER::id |
Unique ID, length RR_ELEMENT_ID_LENGTH.
uintptr_t SWMSG_RR_ELEMENT_UPDATE_RASTER::raster |
Opaque handle to the raster data itself.
size_t SWMSG_RR_ELEMENT_UPDATE_RASTER::size |
Size of the raster data in bytes.
sw_tl_ref SWMSG_RR_ELEMENT_UPDATE_RASTER::timeline |
Identifies the job containing the pages.