HomeSort by relevance Sort by last modified time
    Searched defs:glx_dpy (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glx/
glx_error.c 41 struct glx_display *glx_dpy = __glXInitialize(dpy); local
44 assert(glx_dpy);
54 error.errorCode = glx_dpy->codes->first_error + errorCode;
60 error.majorCode = glx_dpy->majorOpcode;
glxext.c 112 struct glx_display *glx_dpy = __glXInitialize(dpy); local
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
180 if (glx_dpy == NULL)
    [all...]
dri2_glx.c 750 struct glx_display *glx_dpy = __glXInitialize(dpy); local
755 return glx_dpy->codes->first_event + GLX_BufferSwapComplete;
    [all...]
  /external/mesa3d/src/glx/tests/
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...]

Completed in 680 milliseconds