Searched refs:addXIDMap (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | vnd_dispatch_stubs.c | 59 if (!glxServer.addXIDMap(context, vendor)) { in dispatch_CreateContext() 157 if (!glxServer.addXIDMap(glxpixmap, vendor)) { in dispatch_CreateGLXPixmap() 275 if (!glxServer.addXIDMap(context, vendor)) { in dispatch_CreateNewContext() 302 if (!glxServer.addXIDMap(pbuffer, vendor)) { in dispatch_CreatePbuffer() 329 if (!glxServer.addXIDMap(glxpixmap, vendor)) { in dispatch_CreatePixmap() 356 if (!glxServer.addXIDMap(glxwindow, vendor)) { in dispatch_CreateWindow() 383 if (!glxServer.addXIDMap(context, vendor)) { in dispatch_CreateContextAttribsARB()
|
| H A D | vndext.c | 319 .addXIDMap = GlxAddXIDMap,
|
| H A D | glxext.c | 438 if (!glxServer.addXIDMap(resource, vendor)) in xorgGlxThunkRequest()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | glxvndabi.h | 173 Bool (* addXIDMap) (XID id, GlxServerVendor *vendor); member
|