Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:LINK_c2dFlush

77 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
639 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
640 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
1523 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush");
1541 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||