Lines Matching refs:ce
502 xcb_present_configure_notify_event_t *ce = (void *) ge;
504 draw->width = ce->width;
505 draw->height = ce->height;
511 xcb_present_complete_notify_event_t *ce = (void *) ge;
517 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_PIXMAP) {
518 uint64_t recv_sbc = (draw->send_sbc & 0xffffffff00000000LL) | ce->serial;
534 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_COPY &&
546 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_SUBOPTIMAL_COPY &&
547 draw->last_present_mode != ce->mode) {
554 draw->last_present_mode = ce->mode;
557 draw->vtable->show_fps(draw, ce->ust);
559 draw->ust = ce->ust;
560 draw->msc = ce->msc;
561 } else if (ce->serial == draw->eid) {
562 draw->notify_ust = ce->ust;
563 draw->notify_msc = ce->msc;