Home
last modified time | relevance | path

Searched refs:CoreGraphicsSerial (Results 1 – 7 of 7) sorted by relevance

/dports/devel/directfb/DirectFB-1.4.17/src/core/
H A Dwindows_internal.h98 CoreGraphicsSerial serial1;
99 CoreGraphicsSerial serial2;
H A Dgfxcard.h204 void (*GetSerial)( void *driver_data, void *device_data, CoreGraphicsSerial *serial );
209 … DFBResult (*WaitSerial)( void *driver_data, void *device_data, const CoreGraphicsSerial *serial );
423 DFBResult dfb_gfxcard_wait_serial( const CoreGraphicsSerial *serial );
H A Dcoretypes.h68 typedef struct __DFB_CoreGraphicsSerial CoreGraphicsSerial; typedef
H A Dstate.h141 CoreGraphicsSerial serial; /* hardware serial of the last operation */
199 dfb_state_get_serial( const CardState *state, CoreGraphicsSerial *ret_serial ) in dfb_state_get_serial()
H A Dgfxcard.c2972 DFBResult dfb_gfxcard_wait_serial( const CoreGraphicsSerial *serial ) in dfb_gfxcard_wait_serial()
/dports/devel/directfb/DirectFB-1.4.17/
H A DNEWS3515 - Added CoreGraphicsSerial storing the "serial" of a certain graphics operation.
H A DChangeLog25472 Added CoreGraphicsSerial which stores the "serial" of a certain graphics
25482 Added CoreGraphicsSerial to CardState. It's updated by dfb_gfxcard_unlock(),