Searched defs:_drm_mga_blit (Results 1 – 2 of 2) sorted by relevance
| /external/igt-gpu-tools/include/drm-uapi/ |
| D | mga_drm.h | 394 typedef struct _drm_mga_blit { struct 395 unsigned int planemask; 396 unsigned int srcorg; 397 unsigned int dstorg; 398 int src_pitch, dst_pitch; 399 int delta_sx, delta_sy; 400 int delta_dx, delta_dy; 401 int height, ydir; /* flip image vertically */ 402 int source_pitch, dest_pitch;
|
| /external/libdrm/include/drm/ |
| D | mga_drm.h | 394 typedef struct _drm_mga_blit { struct 395 unsigned int planemask; 396 unsigned int srcorg; 397 unsigned int dstorg; 398 int src_pitch, dst_pitch; 399 int delta_sx, delta_sy; 400 int delta_dx, delta_dy; 401 int height, ydir; /* flip image vertically */ 402 int source_pitch, dest_pitch;
|