Home
last modified time | relevance | path

Searched refs:addXIDMap (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dvnd_dispatch_stubs.c59 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 Dvndext.c319 .addXIDMap = GlxAddXIDMap,
H A Dglxext.c438 if (!glxServer.addXIDMap(resource, vendor)) in xorgGlxThunkRequest()
/OK3568_Linux_fs/external/xserver/include/
H A Dglxvndabi.h173 Bool (* addXIDMap) (XID id, GlxServerVendor *vendor); member