| /xsrc/external/mit/xterm/dist/ |
| H A D | version.c | 50 const char *vendor = vendor_version; local in function:xtermVersion 54 result = vendor; 61 if (!strncmp(vendor, "Version ", (size_t) 8)) 62 vendor += 8; 63 else if (isspace(CharOf(*vendor))) 64 ++vendor; 68 if (strlen(vendor) < BUFSIZ && 69 sscanf(vendor, "%[0-9.] %[A-Za-z_0-9.]", first, second) == 2) { 72 sprintf(buffer, "%.80s(%d)", vendor, XTERM_PATCH);
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | vndservervendor.c | 36 GlxServerVendor *vendor = NULL; local in function:GlxCreateVendor 51 vendor = (GlxServerVendor *) calloc(1, sizeof(GlxServerVendor)); 52 if (vendor == NULL) { 53 ErrorF("GLX: Can't allocate vendor library.\n"); 56 memcpy(&vendor->glxvc, imports, sizeof(GlxServerImports)); 58 xorg_list_append(&vendor->entry, &GlxVendorList); 59 return vendor; 62 void GlxDestroyVendor(GlxServerVendor *vendor) argument 64 if (vendor != NULL) { 65 xorg_list_del(&vendor 72 GlxServerVendor *vendor, *tempVendor; local in function:GlxVendorExtensionReset [all...] |
| H A D | vnd_dispatch_stubs.c | 15 GlxServerVendor *vendor = NULL; local in function:dispatch_Render 18 vendor = glxServer.getContextTag(client, contextTag); 19 if (vendor != NULL) { 21 ret = glxServer.forwardRequest(vendor, client); 32 GlxServerVendor *vendor = NULL; local in function:dispatch_RenderLarge 35 vendor = glxServer.getContextTag(client, contextTag); 36 if (vendor != NULL) { 38 ret = glxServer.forwardRequest(vendor, client); 49 GlxServerVendor *vendor = NULL; local in function:dispatch_CreateContext 55 vendor 76 GlxServerVendor *vendor = NULL; local in function:dispatch_DestroyContext 96 GlxServerVendor *vendor = NULL; local in function:dispatch_WaitGL 113 GlxServerVendor *vendor = NULL; local in function:dispatch_WaitX 130 GlxServerVendor *vendor = NULL; local in function:dispatch_UseXFont 147 GlxServerVendor *vendor = NULL; local in function:dispatch_CreateGLXPixmap 174 GlxServerVendor *vendor = NULL; local in function:dispatch_GetVisualConfigs 193 GlxServerVendor *vendor = NULL; local in function:dispatch_DestroyGLXPixmap 210 GlxServerVendor *vendor = NULL; local in function:dispatch_QueryExtensionsString 229 GlxServerVendor *vendor = NULL; local in function:dispatch_QueryServerString 248 GlxServerVendor *vendor = NULL; local in function:dispatch_ChangeDrawableAttributes 265 GlxServerVendor *vendor = NULL; local in function:dispatch_CreateNewContext 292 GlxServerVendor *vendor = NULL; local in function:dispatch_CreatePbuffer 319 GlxServerVendor *vendor = NULL; local in function:dispatch_CreatePixmap 346 GlxServerVendor *vendor = NULL; local in function:dispatch_CreateWindow 373 GlxServerVendor *vendor = NULL; local in function:dispatch_CreateContextAttribsARB 400 GlxServerVendor *vendor = NULL; local in function:dispatch_DestroyPbuffer 420 GlxServerVendor *vendor = NULL; local in function:dispatch_DestroyPixmap 440 GlxServerVendor *vendor = NULL; local in function:dispatch_DestroyWindow 460 GlxServerVendor *vendor = NULL; local in function:dispatch_GetDrawableAttributes 477 GlxServerVendor *vendor = NULL; local in function:dispatch_GetFBConfigs 496 GlxServerVendor *vendor = NULL; local in function:dispatch_QueryContext 513 GlxServerVendor *vendor = NULL; local in function:dispatch_IsDirect [all...] |
| H A D | vndservermapping.c | 58 GlxServerVendor *vendor = LookupXIDMapResource(id); local in function:GlxGetXIDMap 60 if (vendor == NULL) { 69 vendor = GlxGetVendorForScreen(requestClient, draw->pScreen); 72 return vendor; 75 Bool GlxAddXIDMap(XID id, GlxServerVendor *vendor) argument 77 if (id == 0 || vendor == NULL) { 83 return AddResource(id, idResource, vendor); 91 GlxContextTagInfo *GlxAllocContextTag(ClientPtr client, GlxServerVendor *vendor) argument 96 if (vendor == NULL) { 107 if (cl->contextTags[index].vendor 171 GlxSetScreenVendor(ScreenPtr screen,GlxServerVendor * vendor) argument 192 GlxSetClientScreenVendor(ClientPtr client,ScreenPtr screen,GlxServerVendor * vendor) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | egldispatchstubs.c | 52 static __eglMustCastToProperFunctionPointerType FetchVendorFunc(__EGLvendorInfo *vendor, argument 57 if (vendor != NULL) { 58 func = exports->fetchDispatchEntry(vendor, __EGL_DISPATCH_FUNC_INDICES[index]); 62 // Since we have no vendor, the follow-up eglGetError() call will 64 if (vendor == NULL) { 72 if (!exports->setLastVendor(vendor)) { 84 __EGLvendorInfo *vendor; local in function:__eglDispatchFetchByCurrent 90 vendor = exports->getCurrentVendor(); 91 return FetchVendorFunc(vendor, index, EGL_SUCCESS); 96 __EGLvendorInfo *vendor; local in function:__eglDispatchFetchByDisplay 105 __EGLvendorInfo *vendor; local in function:__eglDispatchFetchByDevice [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | egldispatchstubs.c | 79 static __eglMustCastToProperFunctionPointerType FetchVendorFunc(__EGLvendorInfo *vendor, argument 84 if (vendor != NULL) { 85 func = exports->fetchDispatchEntry(vendor, __EGL_DISPATCH_FUNC_INDICES[index]); 89 // Since we have no vendor, the follow-up eglGetError() call will 91 if (vendor == NULL) { 99 if (!exports->setLastVendor(vendor)) { 111 __EGLvendorInfo *vendor; local in function:__eglDispatchFetchByCurrent 117 vendor = exports->getCurrentVendor(); 118 return FetchVendorFunc(vendor, index, EGL_SUCCESS); 123 __EGLvendorInfo *vendor; local in function:__eglDispatchFetchByDisplay 132 __EGLvendorInfo *vendor; local in function:__eglDispatchFetchByDevice [all...] |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_mesa.c | 17 not "N" or "n" AND "Brian Paul" is the vendor string AND 23 change either their vendor or renderer string to avoid 30 char *env, *vendor, *renderer; local in function:__glutDetermineMesaSwapHackSupport 37 vendor = (char *) glGetString(GL_VENDOR); 51 if (!strcmp(vendor, "Brian Paul") && (!strcmp(renderer, "Mesa") ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxglvnddispatchfuncs.h | 12 __GLXvendorInfo *vendor) 14 return __VND->addVendorFBConfigMapping(dpy, config, vendor); 18 int *nelements, __GLXvendorInfo *vendor) 26 r = __VND->addVendorFBConfigMapping(dpy, ret[i], vendor); 37 __GLXvendorInfo *vendor) 39 return __VND->addVendorDrawableMapping(dpy, drawable, vendor); 43 __GLXvendorInfo *vendor) 45 return __VND->addVendorContextMapping(dpy, ctx, vendor); 11 AddFBConfigMapping(Display * dpy,GLXFBConfig config,__GLXvendorInfo * vendor) argument 17 AddFBConfigsMapping(Display * dpy,const GLXFBConfig * ret,int * nelements,__GLXvendorInfo * vendor) argument 36 AddDrawableMapping(Display * dpy,GLXDrawable drawable,__GLXvendorInfo * vendor) argument 42 AddContextMapping(Display * dpy,GLXContext ctx,__GLXvendorInfo * vendor) argument
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxglvnddispatchfuncs.h | 12 __GLXvendorInfo *vendor) 14 return __VND->addVendorFBConfigMapping(dpy, config, vendor); 18 int *nelements, __GLXvendorInfo *vendor) 26 r = __VND->addVendorFBConfigMapping(dpy, ret[i], vendor); 37 __GLXvendorInfo *vendor) 39 return __VND->addVendorDrawableMapping(dpy, drawable, vendor); 43 __GLXvendorInfo *vendor) 45 return __VND->addVendorContextMapping(dpy, ctx, vendor); 11 AddFBConfigMapping(Display * dpy,GLXFBConfig config,__GLXvendorInfo * vendor) argument 17 AddFBConfigsMapping(Display * dpy,const GLXFBConfig * ret,int * nelements,__GLXvendorInfo * vendor) argument 36 AddDrawableMapping(Display * dpy,GLXDrawable drawable,__GLXvendorInfo * vendor) argument 42 AddContextMapping(Display * dpy,GLXContext ctx,__GLXvendorInfo * vendor) argument
|
| /xsrc/external/mit/libXau/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/libXfont2/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/libXi/dist/ |
| H A D | config.sub | 664 vendor=winbond 668 vendor=oki 672 vendor=oki 676 vendor=ibm 680 vendor=highlevel 684 vendor=apple 688 vendor=apple 695 vendor=att 699 vendor=att 703 vendor [all...] |
| /xsrc/external/mit/libXrender/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/libxshmfence/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/oclock/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/libICE/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/libSM/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/libX11/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/libXtst/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/libXxf86vm/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/fonttosfnt/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/fslsfonts/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/libxcb/dist/build-aux/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/xfs/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | config.sub | 665 vendor=winbond 669 vendor=oki 673 vendor=oki 677 vendor=ibm 681 vendor=highlevel 685 vendor=apple 689 vendor=apple 696 vendor=att 700 vendor=att 704 vendor [all...] |