Lines Matching refs:C2D_STATUS
55 C2D_STATUS (*LINK_c2dCreateSurface)( uint32 *surface_id,
60 C2D_STATUS (*LINK_c2dUpdateSurface)( uint32 surface_id,
65 C2D_STATUS (*LINK_c2dReadSurface)( uint32 surface_id,
70 C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
75 C2D_STATUS (*LINK_c2dFinish)( uint32 target_id);
77 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
79 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
81 C2D_STATUS (*LINK_c2dDestroySurface)( uint32 surface_id );
83 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, uint32 len,
86 C2D_STATUS (*LINK_c2dUnMapAddr) ( void * gpuaddr);
88 C2D_STATUS (*LINK_c2dGetDriverCapabilities) ( C2D_DRIVER_INFO * driver_info);
91 C2D_STATUS (*LINK_c2dCreateFenceFD) ( uint32 target_id, c2d_ts_handle timestamp,
94 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
337 C2D_STATUS rc; in c2d_get_gpuaddr()