Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:LINK_c2dFlush

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