Searched refs:imports (Results 1 - 25 of 213) sorted by last modified time

123456789

/xsrc/external/mit/xorg-server/dist/m4/
H A Dlibtool.m44209 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/xsrc/external/mit/xorg-server/dist/include/
H A Dglxvndabi.h126 void (* freeServerImports) (GlxServerImports *imports);
131 GlxServerVendor * (* createVendor) (const GlxServerImports *imports);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dvndext.c301 GlxFreeServerImports(GlxServerImports *imports) argument
303 free(imports);
H A Dvndservervendor.c34 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports) argument
38 if (imports == NULL) {
39 ErrorF("GLX: Vendor library did not provide an imports table\n");
43 if (imports->extensionCloseDown == NULL
44 || imports->handleRequest == NULL
45 || imports->getDispatchAddress == NULL
46 || imports->makeCurrent == NULL) {
56 memcpy(&vendor->glxvc, imports, sizeof(GlxServerImports));
H A Dvndservervendor.h59 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports);
H A Dglxext.c510 GlxServerImports *imports = NULL; local in function:xorgGlxInitGLVNDVendor
511 imports = glxServer.allocateServerImports();
513 if (imports != NULL) {
514 imports->extensionCloseDown = xorgGlxCloseExtension;
515 imports->handleRequest = xorgGlxHandleRequest;
516 imports->getDispatchAddress = xorgGlxGetDispatchAddress;
517 imports->makeCurrent = xorgGlxMakeCurrent;
518 glvnd_vendor = glxServer.createVendor(imports);
519 glxServer.freeServerImports(imports);
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure16456 /* DATA imports from DLLs on WIN32 can't be const, because runtime
[all...]
/xsrc/external/mit/xf86-video-wsfb/dist/
H A Daclocal.m43724 /* DATA imports from DLLs on WIN32 con't be const, because runtime
H A Dconfigure6909 /* DATA imports from DLLs on WIN32 con't be const, because runtime
/xsrc/external/mit/xf86-video-vmware/dist/
H A Dconfigure13849 /* DATA imports from DLLs on WIN32 can't be const, because runtime
H A Daclocal.m44106 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/xsrc/external/mit/xf86-video-vesa/dist/
H A Daclocal.m47476 /* DATA imports from DLLs on WIN32 can't be const, because runtime
H A Dconfigure13606 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/xsrc/external/mit/xf86-video-vboxvideo/dist/
H A Daclocal.m47496 /* DATA imports from DLLs on WIN32 can't be const, because runtime
H A Dconfigure14367 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/xsrc/external/mit/xf86-video-tseng/dist/
H A Daclocal.m43774 /* DATA imports from DLLs on WIN32 con't be const, because runtime
H A Dconfigure12636 /* DATA imports from DLLs on WIN32 con't be const, because runtime
/xsrc/external/mit/xf86-video-tga/dist/
H A Dconfigure12643 /* DATA imports from DLLs on WIN32 con't be const, because runtime
H A Daclocal.m43774 /* DATA imports from DLLs on WIN32 con't be const, because runtime
/xsrc/external/mit/xf86-video-trident/dist/
H A Daclocal.m47496 /* DATA imports from DLLs on WIN32 can't be const, because runtime
H A Dconfigure13620 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/xsrc/external/mit/xf86-video-tdfx/dist/
H A Daclocal.m44095 /* DATA imports from DLLs on WIN32 can't be const, because runtime
H A Dconfigure12878 /* DATA imports from DLLs on WIN32 can't be const, because runtime
/xsrc/external/mit/xf86-video-suntcx/dist/
H A Daclocal.m47512 /* DATA imports from DLLs on WIN32 can't be const, because runtime
H A Dconfigure13626 /* DATA imports from DLLs on WIN32 can't be const, because runtime

Completed in 280 milliseconds

123456789