Searched defs:ifdef (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_isenabled.py | 31 ifdef = match.group(3) variable 33 extended_params[pname] = ( type, ifdef, fields ) 69 (srctype,ifdef,fields) = extended_params[pname] 70 ext = ifdef[3:] # the extension name with the "GL_" prefix removed 71 ext = ifdef 72 print '#ifdef CR_%s' % ext
|
H A D | dump_gen.py | 29 ifdef = match.group(3) variable 31 extended_params[pname] = ( type, ifdef, fields ) 53 #ifdef VBOX_WITH_CRDUMPER 108 (srctype,ifdef,fields) = extended_params[pname] 109 ext = ifdef[3:] # the extension name with the "GL_" prefix removed 110 ext = ifdef 111 print '#ifdef CR_%s' % ext
|
H A D | state_get.py | 34 ifdef = match.group(3) variable 36 extended_params[pname] = ( type, ifdef, fields ) 199 (srctype,ifdef,fields) = extended_params[pname] 200 ext = ifdef[3:] # the extension name with the "GL_" prefix removed 201 #print '#ifdef %s' % ifdef 202 print '#ifdef CR_%s' % ext 228 #print '#endif /* %s */' % ifdef
|
/vbox/src/VBox/Devices/Graphics/BIOS/ |
H A D | vberom.asm | 63 ifdef VBE_BYTEWISE_IO label
|
H A D | vgarom.asm | 45 ifdef VBE label 56 ifdef VGA_DEBUG label 85 ifdef VGA_DEBUG label 158 ifdef VBE label 222 ifdef VGA_DEBUG label 266 ifdef VBOX label 300 ifdef VBOX label 397 ifdef VGA_DEBUG label 416 ifdef VBOX label 461 ifdef VBO label 492 ifdef VBOX label 521 ifdef VBOX label 578 ifdef VBOX label 680 ifdef VBOX label 799 ifdef VBOX label 863 ifdef VGA_DEBUG label 913 ifdef VGA_DEBUG label 1008 ifdef VGA_DEBUG label 1034 ifdef VGA_DEBUG label 1049 ifdef VGA_DEBUG label [all...] |
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | orgs.asm | 145 ifdef DEBUG label 570 ifdef VBOX_WITH_AHCI label 575 ifdef VBOX_WITH_SCSI label 686 ifdef BX_CALL_INT15_4F label 897 ifdef BX_CALL_INT15_4F label
|
Completed in 75 milliseconds