Lines Matching defs:bp_reply
300 xcb_dri3_buffers_from_pixmap_reply_t *bp_reply,
313 if (bp_reply->nfd > 4)
316 fds = xcb_dri3_buffers_from_pixmap_reply_fds(c, bp_reply);
317 strides_in = xcb_dri3_buffers_from_pixmap_strides(bp_reply);
318 offsets_in = xcb_dri3_buffers_from_pixmap_offsets(bp_reply);
319 for (i = 0; i < bp_reply->nfd; i++) {
325 bp_reply->width,
326 bp_reply->height,
328 bp_reply->modifier,
329 fds, bp_reply->nfd,
334 for (i = 0; i < bp_reply->nfd; i++)
343 xcb_dri3_buffer_from_pixmap_reply_t *bp_reply,
355 fds = xcb_dri3_buffer_from_pixmap_reply_fds(c, bp_reply);
357 stride = bp_reply->stride;
366 bp_reply->width,
367 bp_reply->height,
459 xcb_dri3_buffer_from_pixmap_reply_t *bp_reply;
463 bp_reply = xcb_dri3_buffer_from_pixmap_reply(conn, bp_cookie, &error);
464 if (!bp_reply) {
469 cdraw->image = dri3_create_image(conn, bp_reply, format,
472 width = bp_reply->width;
473 height = bp_reply->height;
474 free(bp_reply);