Lines Matching refs:uint32

43 #if !defined(uint32) && !defined(_UINT32_DEFINED)
44 typedef unsigned int uint32; typedef
312 uint32 format; /* RGB color format plus additional mode bits */
313 uint32 width; /* defines width in pixels */
314 uint32 height; /* defines height in pixels */
322 uint32 format; /* YUV color format plus additional mode bits */
323 uint32 width; /* defines width in pixels */
324 uint32 height; /* defines height in pixels */
367 uint32 surface_id; /* source surface */
369 uint32 fg_color; /* foreground color */
370 uint32 bg_color; /* background color */
371 uint32 palette_id; /* one-dimensional horizontal palette surface */
373 uint32 config_mask; /* defines which fields below are enabled */
384 uint32 mask_surface_id; /* source alpha-mask surface */
385 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */
386 uint32 color_key; /* transparent color for the source surface */
422 uint32 capabilities_mask;
423 uint32 workaround_mask;
424 uint32 reserved1;
425 uint32 reserved2;
426 uint32 reserved3;
431 uint32 max_surface_template_needed;
432 uint32 reserved1;
433 uint32 reserved2;
434 uint32 reserved3;
474 C2D_API C2D_STATUS c2dCreateSurface( uint32 *surface_id,
475 uint32 surface_bits,
480 C2D_API C2D_STATUS c2dQuerySurface( uint32 surface_id,
481 uint32 *surface_bits,
483 uint32 *width, uint32 *height,
484 uint32 *format );
490 C2D_API C2D_STATUS c2dDestroySurface( uint32 surface_id );
500 C2D_API C2D_STATUS c2dFillSurface( uint32 surface_id,
501 uint32 fill_color,
514 C2D_API C2D_STATUS c2dWriteSurface( uint32 surface_id,
529 C2D_API C2D_STATUS c2dReadSurface( uint32 surface_id,
536 C2D_API C2D_STATUS c2dSurfaceUpdated( uint32 surface_id,
542 C2D_API C2D_STATUS c2dUpdateSurface( uint32 surface_id,
543 uint32 surface_bits,
559 C2D_API C2D_STATUS c2dDraw( uint32 target_id,
560 uint32 target_config, C2D_RECT *target_scissor,
561 uint32 target_mask_id, uint32 target_color_key,
562 C2D_OBJECT *objects_list, uint32 num_objects );
573 C2D_API C2D_STATUS c2dFlush( uint32 target_id, c2d_ts_handle *timestamp);
585 C2D_API C2D_STATUS c2dFinish( uint32 target_id );
634 C2D_API C2D_STATUS c2dDisplaySetSurface( uint32 display,
635 uint32 surface_id, uint32 mode );
641 C2D_API C2D_STATUS c2dDisplayGetSurface( uint32 display,
642 uint32 *surface_id );
646 C2D_API C2D_STATUS c2dDisplayGetProperties( uint32 display,
647 uint32 *width, uint32 *height,
648 uint32 *format );
654 C2D_API C2D_STATUS c2dDisplaySetObject( uint32 display,
655 uint32 target_config, uint32 target_color_key,
656 C2D_OBJECT * c2dObject, uint32 mode);
664 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags…
675 C2D_API C2D_STATUS c2dCreateFenceFD( uint32 target_id, c2d_ts_handle timestamp, int32 *fd);