Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:LINK_c2dDraw

68 C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
619 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list,
621 ALOGE("%s: LINK_c2dDraw ERROR", __FUNCTION__);
1541 *(void **)&LINK_c2dDraw = ::dlsym(ctx->libc2d2, "c2dDraw");
1560 || !LINK_c2dDraw || !LINK_c2dFlush || !LINK_c2dWaitTimestamp ||