Lines Matching refs:uint32

43 #if !defined(uint32) && !defined(_UINT32_DEFINED)
44 typedef unsigned int uint32;
313 uint32 format; /* RGB color format plus additional mode bits */
314 uint32 width; /* defines width in pixels */
315 uint32 height; /* defines height in pixels */
323 uint32 format; /* YUV color format plus additional mode bits */
324 uint32 width; /* defines width in pixels */
325 uint32 height; /* defines height in pixels */
368 uint32 surface_id; /* source surface */
370 uint32 fg_color; /* foreground color */
371 uint32 bg_color; /* background color */
372 uint32 palette_id; /* one-dimensional horizontal palette surface */
374 uint32 config_mask; /* defines which fields below are enabled */
385 uint32 mask_surface_id; /* source alpha-mask surface */
386 uint32 global_alpha; /* 0 = fully transparent, 255 = fully opaque */
387 uint32 color_key; /* transparent color for the source surface */
424 uint32 capabilities_mask;
425 uint32 workaround_mask;
426 uint32 reserved1;
427 uint32 reserved2;
428 uint32 reserved3;
433 uint32 max_surface_template_needed;
434 uint32 reserved1;
435 uint32 reserved2;
436 uint32 reserved3;
476 C2D_API C2D_STATUS c2dCreateSurface( uint32 *surface_id,
477 uint32 surface_bits,
482 C2D_API C2D_STATUS c2dQuerySurface( uint32 surface_id,
483 uint32 *surface_bits,
485 uint32 *width, uint32 *height,
486 uint32 *format );
492 C2D_API C2D_STATUS c2dDestroySurface( uint32 surface_id );
502 C2D_API C2D_STATUS c2dFillSurface( uint32 surface_id,
503 uint32 fill_color,
516 C2D_API C2D_STATUS c2dWriteSurface( uint32 surface_id,
531 C2D_API C2D_STATUS c2dReadSurface( uint32 surface_id,
538 C2D_API C2D_STATUS c2dSurfaceUpdated( uint32 surface_id,
544 C2D_API C2D_STATUS c2dUpdateSurface( uint32 surface_id,
545 uint32 surface_bits,
561 C2D_API C2D_STATUS c2dDraw( uint32 target_id,
562 uint32 target_config, C2D_RECT *target_scissor,
563 uint32 target_mask_id, uint32 target_color_key,
564 C2D_OBJECT *objects_list, uint32 num_objects );
575 C2D_API C2D_STATUS c2dFlush( uint32 target_id, c2d_ts_handle *timestamp);
587 C2D_API C2D_STATUS c2dFinish( uint32 target_id );
636 C2D_API C2D_STATUS c2dDisplaySetSurface( uint32 display,
637 uint32 surface_id, uint32 mode );
643 C2D_API C2D_STATUS c2dDisplayGetSurface( uint32 display,
644 uint32 *surface_id );
648 C2D_API C2D_STATUS c2dDisplayGetProperties( uint32 display,
649 uint32 *width, uint32 *height,
650 uint32 *format );
656 C2D_API C2D_STATUS c2dDisplaySetObject( uint32 display,
657 uint32 target_config, uint32 target_color_key,
658 C2D_OBJECT * c2dObject, uint32 mode);
666 C2D_API C2D_STATUS c2dMapAddr ( int mem_fd, void * hostptr, uint32 len, uint32 offset, uint32 flags, void ** gpuaddr);
677 C2D_API C2D_STATUS c2dCreateFenceFD( uint32 target_id, c2d_ts_handle timestamp, int32 *fd);