| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| glxglvnd.c | 58 __GLXvendorInfo *vendor, __GLXapiImports *imports) 72 imports->isScreenSupported = __glXGLVNDIsScreenSupported; 73 imports->getProcAddress = __glXGLVNDGetProcAddress; 74 imports->getDispatchAddress = __glXGLVNDGetDispatchAddress; 75 imports->setDispatchIndex = __glXGLVNDSetDispatchIndex; 76 imports->notifyError = NULL; 77 imports->isPatchSupported = NULL; 78 imports->initiatePatch = NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| glxglvnd.c | 58 __GLXvendorInfo *vendor, __GLXapiImports *imports) 72 imports->isScreenSupported = __glXGLVNDIsScreenSupported; 73 imports->getProcAddress = __glXGLVNDGetProcAddress; 74 imports->getDispatchAddress = __glXGLVNDGetDispatchAddress; 75 imports->setDispatchIndex = __glXGLVNDSetDispatchIndex; 76 imports->notifyError = NULL; 77 imports->isPatchSupported = NULL; 78 imports->initiatePatch = NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| eglglvnd.c | 84 __EGLvendorInfo *vendor, __EGLapiImports *imports) 93 imports->getPlatformDisplay = __eglGLVNDGetPlatformDisplay; 94 imports->getSupportsAPI = _eglIsApiValid; 95 imports->getVendorString = __eglGLVNDGetVendorString; 96 imports->getProcAddress = __eglGLVNDGetProcAddress; 97 imports->getDispatchAddress = __eglDispatchFindDispatchFunction; 98 imports->setDispatchIndex = __eglSetDispatchIndex;
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| eglglvnd.c | 64 __EGLvendorInfo *vendor, __EGLapiImports *imports) 73 imports->getPlatformDisplay = __eglGLVNDGetPlatformDisplay; 74 imports->getSupportsAPI = _eglIsApiValid; 75 imports->getVendorString = __eglGLVNDGetVendorString; 76 imports->getProcAddress = __eglGLVNDGetProcAddress; 77 imports->getDispatchAddress = __eglDispatchFindDispatchFunction; 78 imports->setDispatchIndex = __eglSetDispatchIndex;
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| vndservervendor.c | 34 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports) 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));
|
| vndservervendor.h | 59 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports);
|
| glxext.c | 510 GlxServerImports *imports = NULL; local 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);
|
| vndext.c | 301 GlxFreeServerImports(GlxServerImports *imports) 303 free(imports);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| glxvndabi.h | 126 void (* freeServerImports) (GlxServerImports *imports); 131 GlxServerVendor * (* createVendor) (const GlxServerImports *imports);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/ |
| Android.libmesa_glsl_utils.mk | 46 main/imports.c \ 71 main/imports.c \
|
| Makefile.sources | 137 main/imports.c \ 138 main/imports.h \
|
| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| state.py | 86 self.imports = [] 139 self.imports.append((name, namespace.header)) 143 for (name_, header) in self.imports:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_opt_copy_propagate.c | 29 #include <main/imports.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| gl_genexec.py | 92 #include "main/imports.h"
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| spirv_builder.c | 1531 size_t pos = b->imports.num_words; 1532 spirv_buffer_prepare(&b->imports, b->mem_ctx, 2); 1533 spirv_buffer_emit_word(&b->imports, SpvOpExtInstImport); 1534 spirv_buffer_emit_word(&b->imports, result); 1535 int len = spirv_buffer_emit_string(&b->imports, b->mem_ctx, name); 1536 b->imports.words[pos] |= (2 + len) << 16; 1547 b->imports.num_words + 1579 &b->imports,
|
| spirv_builder.h | 48 struct spirv_buffer imports; member in struct:spirv_builder
|
| /xsrc/external/mit/xorg-cf-files/dist/ |
| Motif.tmpl | 77 # define MTop $(TOP)/imports/motif
|
| Motif.rules | 633 # define XBuildLibDir $(TOP)/imports/x11/lib
|
| /xsrc/external/mit/libXfontcache/dist/ |
| ltmain.sh | 4698 /* DATA imports from DLLs on WIN32 can't be const, because
|
| /xsrc/external/mit/libxkbui/dist/ |
| ltmain.sh | 4623 /* DATA imports from DLLs on WIN32 can't be const, because
|
| /xsrc/external/mit/xf86-input-ws/dist/ |
| ltmain.sh | 4714 /* DATA imports from DLLs on WIN32 can't be const, because
|
| /xsrc/external/mit/xf86-video-imstt/dist/ |
| ltmain.sh | 4623 /* DATA imports from DLLs on WIN32 can't be const, because
|
| /xsrc/external/mit/xf86-video-nsc/dist/ |
| ltmain.sh | 4654 /* DATA imports from DLLs on WIN32 can't be const, because
|
| /xsrc/external/mit/xf86-video-openchrome/dist/ |
| configure | 6052 /* DATA imports from DLLs on WIN32 con't be const, because runtime
|
| /xsrc/external/mit/xf86-video-wsfb/dist/ |
| configure | 6909 /* DATA imports from DLLs on WIN32 con't be const, because runtime
|