| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | clientinfo.c | 32 __glX_send_client_info(struct glx_display *glx_dpy) argument 77 if (glx_dpy->majorVersion == 1 && glx_dpy->minorVersion == 0) 83 for (i = 0; i < ScreenCount(glx_dpy->dpy); i++) { 84 struct glx_screen *src = glx_dpy->screens[i]; 122 c = XGetXCBConnection(glx_dpy->dpy); 130 if (glx_dpy->majorVersion == 1 && glx_dpy->minorVersion == 4 141 } else if (glx_dpy->majorVersion == 1 && glx_dpy [all...] |
| H A D | glx_error.c | 41 struct glx_display *glx_dpy = __glXInitialize(dpy); local in function:__glXSendError 44 assert(glx_dpy); 54 error.errorCode = glx_dpy->codes->first_error + errorCode; 60 error.majorCode = glx_dpy->majorOpcode;
|
| H A D | applegl_glx.c | 190 applegl_create_display(struct glx_display *glx_dpy) argument 192 if(!apple_init_glx(glx_dpy->dpy))
|
| H A D | glxext.c | 112 struct glx_display *glx_dpy = __glXInitialize(dpy); local in function:XEXT_GENERATE_ERROR_STRING 114 if (glx_dpy == NULL) 117 switch ((wire->u.u.type & 0x7f) - glx_dpy->codes->first_event) { 178 struct glx_display *glx_dpy = __glXInitialize(dpy); local in function:__glXEventToWire 180 if (glx_dpy == NULL)
|
| H A D | glxclient.h | 761 __glX_send_client_info(struct glx_display *glx_dpy);
|
| H A D | dri2_glx.c | 757 struct glx_display *glx_dpy = __glXInitialize(dpy); local in function:dri2GetSwapEventType 762 return glx_dpy->codes->first_event + GLX_BufferSwapComplete;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | clientinfo.c | 32 __glX_send_client_info(struct glx_display *glx_dpy) argument 120 if (glx_dpy->minorVersion == 0) 126 for (i = 0; i < ScreenCount(glx_dpy->dpy); i++) { 127 struct glx_screen *src = glx_dpy->screens[i]; 165 c = XGetXCBConnection(glx_dpy->dpy); 173 if (glx_dpy->minorVersion == 4 184 } else if (glx_dpy->minorVersion == 4
|
| H A D | glx_error.c | 41 struct glx_display *glx_dpy = __glXInitialize(dpy); local in function:__glXSendError 44 assert(glx_dpy); 54 error.errorCode = glx_dpy->codes.first_error + errorCode; 60 error.majorCode = glx_dpy->codes.major_opcode;
|
| H A D | applegl_glx.c | 189 applegl_create_display(struct glx_display *glx_dpy) argument 191 if(!apple_init_glx(glx_dpy->dpy))
|
| H A D | glxext.c | 148 struct glx_display *glx_dpy = __glXInitialize(dpy); local in function:XEXT_GENERATE_ERROR_STRING 150 if (glx_dpy == NULL) 153 switch ((wire->u.u.type & 0x7f) - glx_dpy->codes.first_event) { 214 struct glx_display *glx_dpy = __glXInitialize(dpy); local in function:__glXEventToWire 216 if (glx_dpy == NULL)
|
| H A D | glxclient.h | 737 __glX_send_client_info(struct glx_display *glx_dpy);
|
| H A D | dri2_glx.c | 697 struct glx_display *glx_dpy = __glXInitialize(dpy); local in function:dri2GetSwapEventType 702 return glx_dpy->codes.first_event + GLX_BufferSwapComplete;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | clientinfo_unittest.cpp | 87 fake_glx_display *glx_dpy; member in class:glX_send_client_info_test 225 : glx_dpy(0), display(0) 232 if (glx_dpy) 233 delete glx_dpy; 242 if (this->glx_dpy != NULL) { 243 if (this->glx_dpy->screens != NULL) { 245 delete [] this->glx_dpy->screens[i]->serverGLXexts; 246 delete this->glx_dpy->screens[i]; 249 delete [] this->glx_dpy->screens; 252 delete this->glx_dpy; [all...] |
| H A D | fake_glx_screen.h | 27 fake_glx_screen(struct glx_display *glx_dpy, int num, const char *ext) argument 38 this->display = glx_dpy; 39 this->dpy = (glx_dpy != NULL) ? glx_dpy->dpy : NULL; 56 fake_glx_screen_direct(struct glx_display *glx_dpy, int num, argument 58 : fake_glx_screen(glx_dpy, num, ext)
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | fake_glx_screen.h | 27 fake_glx_screen(struct glx_display *glx_dpy, int num, const char *ext) argument 38 this->display = glx_dpy; 39 this->dpy = (glx_dpy != NULL) ? glx_dpy->dpy : NULL; 56 fake_glx_screen_direct(struct glx_display *glx_dpy, int num, argument 58 : fake_glx_screen(glx_dpy, num, ext)
|
| H A D | clientinfo_unittest.cpp | 84 fake_glx_display *glx_dpy; member in class:glX_send_client_info_test 222 : glx_dpy(0), display(0) 229 if (glx_dpy) 230 delete glx_dpy; 271 this->glx_dpy = new fake_glx_display(this->display, major, minor); 272 this->glx_dpy->init_screen(0, glx_ext); 282 __glX_send_client_info(this->glx_dpy); 293 __glX_send_client_info(this->glx_dpy); 505 __glX_send_client_info(this->glx_dpy); 512 __glX_send_client_info(this->glx_dpy); [all...] |