Lines Matching defs:ce
447 xcb_present_configure_notify_event_t *ce = (void *) ge;
449 draw->width = ce->width;
450 draw->height = ce->height;
456 xcb_present_complete_notify_event_t *ce = (void *) ge;
462 if (ce->kind == XCB_PRESENT_COMPLETE_KIND_PIXMAP) {
463 uint64_t recv_sbc = (draw->send_sbc & 0xffffffff00000000LL) | ce->serial;
479 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_COPY &&
491 if (ce->mode == XCB_PRESENT_COMPLETE_MODE_SUBOPTIMAL_COPY &&
492 draw->last_present_mode != ce->mode) {
499 draw->last_present_mode = ce->mode;
502 draw->vtable->show_fps(draw, ce->ust);
504 draw->ust = ce->ust;
505 draw->msc = ce->msc;
506 } else if (ce->serial == draw->eid) {
507 draw->notify_ust = ce->ust;
508 draw->notify_msc = ce->msc;