HomeSort by: relevance | last modified time | path
    Searched defs:workaround (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libxcb/dist/src/
xcb_out.c 46 static inline void send_request(xcb_connection_t *c, int isvoid, enum workarounds workaround, int flags, struct iovec *vector, int count)
54 if(workaround != WORKAROUND_NONE || flags != 0)
55 _xcb_in_expect_reply(c, c->out.request, workaround, flags);
231 enum workarounds workaround = WORKAROUND_NONE; local
312 workaround = WORKAROUND_GLX_GET_FB_CONFIGS_BUG;
338 send_request(c, req->isvoid, workaround, flags, vector, veclen);
xcb_in.c 89 enum workarounds workaround; member in struct:pending_reply
210 c->in.pending_replies->workaround != WORKAROUND_EXTERNAL_SOCKET_OWNER &&
231 (pend->workaround == WORKAROUND_EXTERNAL_SOCKET_OWNER ||
239 if(pend && pend->workaround == WORKAROUND_GLX_GET_FB_CONFIGS_BUG)
588 pend->workaround = 0;
946 int _xcb_in_expect_reply(xcb_connection_t *c, uint64_t request, enum workarounds workaround, int flags)
949 assert(workaround != WORKAROUND_NONE || flags != 0);
956 pend->workaround = workaround;
970 if(pend->workaround == WORKAROUND_EXTERNAL_SOCKET_OWNER
    [all...]

Completed in 5 milliseconds