HomeSort by relevance Sort by last modified time
    Searched refs:wait_x (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/glx/
applegl_glx.c 116 .wait_x = applegl_wait_x,
driwindows_glx.c 152 .wait_x = NULL,
glxclient.h 235 void (*wait_x)(struct glx_context *ctx); member in struct:glx_context_vtable
indirect_glx.c 326 .wait_x = indirect_wait_x,
dri3_glx.c 701 .wait_x = dri3_wait_x,
    [all...]
dri_glx.c 657 .wait_x = NULL,
drisw_glx.c 339 .wait_x = NULL,
glxcmds.c 537 if (gc->vtable->wait_x)
538 gc->vtable->wait_x(gc);
    [all...]
dri2_glx.c 1085 .wait_x = dri2_wait_x,
    [all...]

Completed in 97 milliseconds