Searched refs:xshm_error (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddrisw_glx.c64 static int xshm_error = 0; variable in typeref:typename:int
79 xshm_error = event->error_code;
91 if (!xshm_error && shmid >= 0) {
111 if (xshm_error) {
844 if (xshm_error == BadRequest)
847 xshm_error = 0;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddrisw_glx.c37 static int xshm_error = 0; variable in typeref:typename:int
52 xshm_error = event->error_code;
66 if (!xshm_error && shmid >= 0) {
86 if (xshm_error) {

Completed in 5 milliseconds