Searched refs:GlxServerVendor (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | glxvndabi.h | 87 typedef struct GlxServerVendorRec GlxServerVendor; typedef 131 GlxServerVendor * (* createVendor) (const GlxServerImports *imports); 140 void (* destroyVendor) (GlxServerVendor *vendor); 148 Bool (* setScreenVendor) (ScreenPtr screen, GlxServerVendor *vendor); 173 Bool (* addXIDMap) (XID id, GlxServerVendor *vendor); 186 GlxServerVendor * (* getXIDMap) (XID id); 204 GlxServerVendor * (* getContextTag)(ClientPtr client, GLXContextTag tag); 230 GlxServerVendor * (* getVendorForScreen) (ClientPtr client, ScreenPtr screen); 238 int (* forwardRequest) (GlxServerVendor *vendor, ClientPtr client); 249 Bool (* setClientScreenVendor) (ClientPtr client, ScreenPtr screen, GlxServerVendor *vendor);
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | vndserver.h | 44 GlxServerVendor *vendor; 50 GlxServerVendor *vendor; 64 GlxServerVendor **vendors; 94 Bool GlxAddXIDMap(XID id, GlxServerVendor *vendor); 95 GlxServerVendor * GlxGetXIDMap(XID id); 105 GlxContextTagInfo *GlxAllocContextTag(ClientPtr client, GlxServerVendor *vendor); 109 Bool GlxSetScreenVendor(ScreenPtr screen, GlxServerVendor *vendor); 110 Bool GlxSetClientScreenVendor(ClientPtr client, ScreenPtr screen, GlxServerVendor *vendor); 112 GlxServerVendor *GlxGetVendorForScreen(ClientPtr client, ScreenPtr screen);
|
| H A D | vnd_dispatch_stubs.c | 15 GlxServerVendor *vendor = NULL; in dispatch_Render() 32 GlxServerVendor *vendor = NULL; in dispatch_RenderLarge() 49 GlxServerVendor *vendor = NULL; in dispatch_CreateContext() 76 GlxServerVendor *vendor = NULL; in dispatch_DestroyContext() 96 GlxServerVendor *vendor = NULL; in dispatch_WaitGL() 113 GlxServerVendor *vendor = NULL; in dispatch_WaitX() 130 GlxServerVendor *vendor = NULL; in dispatch_UseXFont() 147 GlxServerVendor *vendor = NULL; in dispatch_CreateGLXPixmap() 174 GlxServerVendor *vendor = NULL; in dispatch_GetVisualConfigs() 193 GlxServerVendor *vendor = NULL; in dispatch_DestroyGLXPixmap() [all …]
|
| H A D | vndservervendor.c | 34 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports) in GlxCreateVendor() 36 GlxServerVendor *vendor = NULL; in GlxCreateVendor() 51 vendor = (GlxServerVendor *) calloc(1, sizeof(GlxServerVendor)); in GlxCreateVendor() 62 void GlxDestroyVendor(GlxServerVendor *vendor) in GlxDestroyVendor() 72 GlxServerVendor *vendor, *tempVendor; in GlxVendorExtensionReset()
|
| H A D | vndservermapping.c | 43 static GlxServerVendor *LookupXIDMapResource(XID id) in LookupXIDMapResource() 50 return (GlxServerVendor *) ptr; in LookupXIDMapResource() 56 GlxServerVendor *GlxGetXIDMap(XID id) in GlxGetXIDMap() 58 GlxServerVendor *vendor = LookupXIDMapResource(id); in GlxGetXIDMap() 75 Bool GlxAddXIDMap(XID id, GlxServerVendor *vendor) in GlxAddXIDMap() 91 GlxContextTagInfo *GlxAllocContextTag(ClientPtr client, GlxServerVendor *vendor) in GlxAllocContextTag() 171 Bool GlxSetScreenVendor(ScreenPtr screen, GlxServerVendor *vendor) in GlxSetScreenVendor() 192 Bool GlxSetClientScreenVendor(ClientPtr client, ScreenPtr screen, GlxServerVendor *vendor) in GlxSetClientScreenVendor() 213 GlxServerVendor *GlxGetVendorForScreen(ClientPtr client, ScreenPtr screen) in GlxGetVendorForScreen()
|
| H A D | vndservervendor.h | 59 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports); 60 void GlxDestroyVendor(GlxServerVendor *vendor);
|
| H A D | vndcmds.c | 78 GlxServerVendor *vendor; in GetVendorDispatchFunc() 125 GlxServerVendor *vendor; in dispatch_GLXClientInfo() 172 GlxServerVendor *vendor, in CommonMakeNewCurrent() 210 GlxServerVendor *newVendor = NULL; in CommonMakeCurrent() 307 GlxServerVendor *vendor; in dispatch_GLXCopyContext() 331 GlxServerVendor *vendor = NULL; in dispatch_GLXSwapBuffers()
|
| H A D | vndext.c | 143 + screenInfo.numScreens * sizeof(GlxServerVendor *)); in GlxGetClientData() 147 cl->vendors = (GlxServerVendor **) (cl + 1); in GlxGetClientData() 254 GlxForwardRequest(GlxServerVendor *vendor, ClientPtr client) in GlxForwardRequest() 259 static GlxServerVendor *
|
| H A D | glxext.c | 59 static GlxServerVendor *glvnd_vendor = NULL; 350 static GlxServerVendor * 364 GlxServerVendor *vendor = NULL; in xorgGlxThunkRequest()
|