Lines Matching refs:LINK_c2dFlush
75 C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
637 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
638 ALOGE("%s: LINK_c2dFlush ERROR", __FUNCTION__);
1531 *(void **)&LINK_c2dFlush = ::dlsym(ctx->libc2d2, "c2dFlush");
1549 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||