Searched defs:extensions (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_getstring.c35 static char *extensions = NULL; local
36 if (!extensions) {
37 extensions = crAlloc(crStrlen(crExtensions) + crStrlen(crChromiumExtensions) + 2);
38 crStrcpy(extensions, crExtensions);
39 crStrcpy(extensions, " ");
40 crStrcat(extensions, crChromiumExtensions);
42 return (const GLubyte *) extensions;
H A Dstate_limits.c58 fprintf(stderr, "GL_EXTENSIONS = %s\n", (const char *) l->extensions);
65 if (l->extensions) {
66 crFree((void *) l->extensions);
67 l->extensions = NULL;
145 l->extensions = (GLubyte *) crStrdup(crExtensions);
187 * OpenGL extensions.
191 GLubyte * crStateMergeExtensions(GLuint n, const GLubyte **extensions) argument
200 char *m = crStrIntersect(merged, (const char *) extensions[i]);
206 /* append Cr extensions */
231 void crStateExtensionsInit( CRLimitsState *limits, CRExtensionState *extensions )
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_getstring.c63 const GLubyte *extensions, *ext; local
82 * intersect is with the set of extensions that Chromium understands
83 * and tack on the Chromium-specific extensions.
85 extensions = return_value;
86 ext = crStateMergeExtensions(1, &extensions);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.cpp324 QStringList extensions; local
326 extensions << QString("*.%1").arg(VBoxExtPackFileExts[i]);
327 QString strFilter = tr("Extension package files (%1)").arg(extensions.join(" "));
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Ddb.py36 import psycopg2.extensions; namespace
45 psycopg2.extensions.register_type(psycopg2.extensions.UNICODE);
46 psycopg2.extensions.register_type(psycopg2.extensions.UNICODEARRAY);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dibft.h108 uint16_t extensions; member in struct:ibft_control
H A Dx509.h139 /** An X.509 certificate extensions set */
182 struct x509_extensions extensions; member in struct:x509_certificate
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_glstate.h167 CRExtensionState extensions; member in struct:CRContext
246 DECLEXPORT(void) crStateSetExtensionString( CRContext *ctx, const GLubyte *extensions );
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp710 * we need to replace files extensions to "vdi"
726 /* go through all supported media formats and store files extensions only for RAW */
727 com::SafeArray<BSTR> extensions; local
738 /* getting files extensions for "RAW" format */
740 DescribeFileExtensions(ComSafeArrayAsOutParam(extensions),
746 /* go through files extensions for RAW format and compare them with
755 for (unsigned j = 0; j < extensions.size(); ++j)
757 Bstr bstrExt(extensions[j]);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Ddri_util.h427 const __DRIextension **extensions; member in struct:__DRIscreenRec
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp358 QStringList extensions; local
360 extensions << QString("*.%1").arg(VBoxFileExts[i]);
361 QString strFilter = tr("Virtual machine files (%1)").arg(extensions.join(" "));
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_util.c790 const __DRIextension **extensions)
794 for (i = 0; extensions[i]; i++) {
795 if (strcmp(extensions[i]->name, __DRI_GET_DRAWABLE_INFO) == 0)
796 psp->getDrawableInfo = (__DRIgetDrawableInfoExtension *) extensions[i];
797 if (strcmp(extensions[i]->name, __DRI_DAMAGE) == 0)
798 psp->damage = (__DRIdamageExtension *) extensions[i];
799 if (strcmp(extensions[i]->name, __DRI_SYSTEM_TIME) == 0)
800 psp->systemTime = (__DRIsystemTimeExtension *) extensions[i];
801 if (strcmp(extensions[i]->name, __DRI_LOADER) == 0)
802 psp->dri2.loader = (__DRIloaderExtension *) extensions[
789 setupLoaderExtensions(__DRIscreen *psp, const __DRIextension **extensions) argument
833 driCreateNewScreen(int scrn, const __DRIversion *ddx_version, const __DRIversion *dri_version, const __DRIversion *drm_version, const __DRIframebuffer *frame_buffer, drmAddress pSAREA, int fd, const __DRIextension **extensions, const __DRIconfig ***driver_modes, void *loaderPrivate) argument
903 dri2CreateNewScreen(int scrn, int fd, unsigned int sarea_handle, const __DRIextension **extensions, const __DRIconfig ***driver_configs, void *data) argument
[all...]
H A Dfakedri_drv.c710 const __DRIextension **extensions, const __DRIconfig ***driverConfigs,
715 SWDRI_SAFERET_SWRAST(createNewScreen, screen, extensions, driverConfigs, loaderPrivate);
815 const __DRIextension **extensions,
824 SWDRI_SAFERET_SWRAST(createNewScreen, scrn, extensions, driver_modes, loaderPrivate);
709 vboxdriCreateNewScreen(int screen, int fd, unsigned int sarea_handle, const __DRIextension **extensions, const __DRIconfig ***driverConfigs, void *loaderPrivate) argument
809 vboxdriCreateNewScreen_Legacy(int scrn, const __DRIversion *ddx_version, const __DRIversion *dri_version, const __DRIversion *drm_version, const __DRIframebuffer *frame_buffer, drmAddress pSAREA, int fd, const __DRIextension **extensions, const __DRIconfig ***driver_modes, void *loaderPrivate) argument
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtls.c866 } __attribute__ (( packed )) extensions; member in struct:__anon15787
880 hello.extensions_len = htons ( sizeof ( hello.extensions ) );
881 hello.extensions.server_name_type = htons ( TLS_SERVER_NAME );
882 hello.extensions.server_name_len
883 = htons ( sizeof ( hello.extensions.server_name ) );
884 hello.extensions.server_name.len
885 = htons ( sizeof ( hello.extensions.server_name.list ) );
886 hello.extensions.server_name.list[0].type = TLS_SERVER_NAME_HOST_NAME;
887 hello.extensions.server_name.list[0].len
888 = htons ( sizeof ( hello.extensions
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_limits.h188 const GLubyte *extensions; member in struct:__anon16209
205 /* Booleans to indicate which OpenGL extensions are supported at runtime.
276 extern DECLEXPORT(GLubyte *) crStateMergeExtensions(GLuint n, const GLubyte **extensions);
278 extern DECLEXPORT(void) crStateExtensionsInit( CRLimitsState *limits, CRExtensionState *extensions );
/vbox/src/VBox/Additions/x11/x11include/fontsproto-2.1.0/X11/fonts/
H A DFSproto.h601 fsListExtensionsReply extensions; member in union:__anon3327
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c546 /* MacOS has various specialities in the extensions it advertises. Some have to be loaded from
547 * the opengl 1.2+ core, while other extensions are advertised, but software emulated. So try to
552 * So try to detect the GL implementation by looking at certain Apple extensions. Some extensions
962 * We therefore completely remove ARB_tex_npot from the list of supported extensions.
1666 /* MacOS has various specialities in the extensions it advertises. Some have to be loaded from
1667 * the opengl 1.2+ core, while other extensions are advertised, but software emulated. So try to
1672 * So try to detect the GL implementation by looking at certain Apple extensions. Some extensions
2557 /* Default to generic Nvidia hardware based on the supported OpenGL extensions
2617 parse_extension_string(struct wined3d_gl_info *gl_info, const char *extensions, const struct wined3d_extension_map *map, UINT entry_count) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h1219 * various extensions.
1290 xListExtensionsReply extensions;
1287 xListExtensionsReply extensions; member in union:__anon9761
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXproto.h1262 xListExtensionsReply extensions;
1259 xListExtensionsReply extensions; member in union:__anon2204
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 123 milliseconds