Lines Matching refs:C2D_STATUS
50 C2D_STATUS (*LINK_c2dCreateSurface)( uint32 *surface_id,
55 C2D_STATUS (*LINK_c2dUpdateSurface)( uint32 surface_id,
60 C2D_STATUS (*LINK_c2dReadSurface)( uint32 surface_id,
65 C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
70 C2D_STATUS (*LINK_c2dFinish)( uint32 target_id);
72 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
74 C2D_STATUS (*LINK_c2dWaitTimestamp)( c2d_ts_handle timestamp );
76 C2D_STATUS (*LINK_c2dDestroySurface)( uint32 surface_id );
78 C2D_STATUS (*LINK_c2dMapAddr) ( int mem_fd, void * hostptr, size_t len,
81 C2D_STATUS (*LINK_c2dUnMapAddr) ( void * gpuaddr);
83 C2D_STATUS (*LINK_c2dGetDriverCapabilities) ( C2D_DRIVER_INFO * driver_info);
86 C2D_STATUS (*LINK_c2dCreateFenceFD) ( uint32 target_id, c2d_ts_handle timestamp,
89 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
347 C2D_STATUS rc; in c2d_get_gpuaddr()