/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_isenabled.py | 70 ext = ifdef[3:] # the extension name with the "GL_" prefix removed variable 71 ext = ifdef variable 72 print '#ifdef CR_%s' % ext 75 print '#endif /* CR_%s */' % ext
|
H A D | dump_gen.py | 109 ext = ifdef[3:] # the extension name with the "GL_" prefix removed variable 110 ext = ifdef variable 111 print '#ifdef CR_%s' % ext 114 print '#endif /* CR_%s */' % ext
|
H A D | state_get.py | 200 ext = ifdef[3:] # the extension name with the "GL_" prefix removed variable 202 print '#ifdef CR_%s' % ext 204 if ext != 'OPENGL_VERSION_1_2': 205 print '\t\t\tif (g->extensions.%s) {' % ext 215 elif ext != 'OPENGL_VERSION_1_2': 222 if ext != 'OPENGL_VERSION_1_2': 229 print '#endif /* CR_%s */' % ext
|
H A D | state_bufferobject.c | 770 const char *ext; local 779 ext = (const char *) diff_api.GetString(GL_EXTENSIONS); 780 if (crStrstr(ext, "GL_ARB_vertex_buffer_object") || 781 crStrstr(ext, "GL_ARB_pixel_buffer_object")) {
|
/vbox/src/VBox/Additions/common/crOpenGL/pack/ |
H A D | packspu_getstring.c | 63 const GLubyte *extensions, *ext; local 86 ext = crStateMergeExtensions(1, &extensions); 95 sprintf((char*)gpszExtensions, "%s GL_EXT_stencil_two_side", ext); 97 sprintf((char*)gpszExtensions, "%s", ext);
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/ |
H A D | com32.c | 163 const char *ext; local 182 ext = strrchr( image->name, '.' ); 184 if ( ! ext ) { 190 ++ext; 192 if ( strcasecmp( ext, "c32" ) ) { 194 image, ext );
|
H A D | comboot.c | 219 const char *ext; local 221 ext = strrchr( image->name, '.' ); 223 if ( ! ext ) { 229 ++ext; 231 if ( strcasecmp( ext, "com" ) && strcasecmp( ext, "cbt" ) ) { 233 image, ext );
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon6884
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon7199
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xacestr.h | 85 ExtensionEntry *ext; member in struct:__anon7510 105 ExtensionEntry *ext; member in struct:__anon7513
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xacestr.h | 85 ExtensionEntry *ext; member in struct:__anon7879 105 ExtensionEntry *ext; member in struct:__anon7882
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon8236
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon8553
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon8876
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon9190
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon9510
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon5036
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon5348
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon5660
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon5968
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon6271
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | xacestr.h | 98 ExtensionEntry *ext; member in struct:__anon6569
|
/vbox/src/VBox/Runtime/common/checksum/ |
H A D | x509.cpp | 280 X509_EXTENSION *ext = X509_get_ext(certificate, loc); local 281 if(!ext) 287 ASN1_OCTET_STRING *extdata = X509_EXTENSION_get_data(ext); 295 if(!X509V3_EXT_print(bio_memory, ext, 0, 0))
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_java.c | 65 const char *ext; local 85 ext = strrchr(basename, '.'); 86 if (!ext) 87 ext = strchr(basename, '\0'); 99 , ext - basename >= 19 ? 19 : (int)(ext - basename), basename); 339 const char *ext = strrchr(basename, '.'); local 340 if ( ext 341 && !strcmp(ext, ".java") 342 && ( strncmp(interface_name, basename, ext [all...] |
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | gzlog.c | 440 unsigned char ext[EXTRA]; local 442 PUT8(ext, log->first); 443 PUT8(ext + 8, log->last); 444 PUT4(ext + 16, log->ccrc); 445 PUT4(ext + 20, log->clen); 446 PUT4(ext + 24, log->tcrc); 447 PUT4(ext + 28, log->tlen); 448 PUT2(ext + 32, log->stored); 449 ext[34] = log->back - 3 + (op << 3); 452 write(log->fd, ext, EXTR [all...] |