/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxTakeSnapshotDlg.cpp | 62 foreach (const CMediumAttachment &attachment, machine.GetMediumAttachments()) argument 64 CMedium medium = attachment.GetMedium();
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/ |
H A D | UIWizardFirstRun.cpp | 59 /* Declare null 'dvd' attachment: */ 65 /* Get current attachment: */ 66 const CMediumAttachment &attachment = attachments[i]; local 67 /* Determine attachment's controller: */ 68 const CStorageController &controller = m_machine.GetStorageControllerByName(attachment.GetController()); 69 /* If controller's 'bus' & 'type' are recommended and attachment's 'type' is 'dvd': */ 72 attachment.GetType() == KDeviceType_DVD) 74 /* Remember attachment: */ 75 cda = attachment; 146 /* Get current attachment 147 const CMediumAttachment &attachment = attachments[i]; local [all...] |
/vbox/src/VBox/Additions/common/crOpenGL/pack/ |
H A D | packspu_framebuffer.c | 25 packspu_FramebufferTexture1DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) argument 27 crStateFramebufferTexture1DEXT(target, attachment, textarget, texture, level); 28 crPackFramebufferTexture1DEXT(target, attachment, textarget, texture, level); 32 packspu_FramebufferTexture2DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) argument 34 crStateFramebufferTexture2DEXT(target, attachment, textarget, texture, level); 35 crPackFramebufferTexture2DEXT(target, attachment, textarget, texture, level); 39 packspu_FramebufferTexture3DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) argument 41 crStateFramebufferTexture3DEXT(target, attachment, textarget, texture, level, zoffset); 42 crPackFramebufferTexture3DEXT(target, attachment, textarget, texture, level, zoffset); 67 packspu_FramebufferRenderbufferEXT(GLenum target, GLenum attachment, GLenu argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon8435 50 unsigned int attachment; member in struct:__anon8436 74 unsigned int attachment,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon8742 66 unsigned int attachment,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon9054 103 unsigned int attachment,
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_framebuffer.c | 50 void SERVER_DISPATCH_APIENTRY crServerDispatchFramebufferTexture1DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) argument 52 crStateFramebufferTexture1DEXT(target, attachment, textarget, texture, level); 53 cr_server.head_spu->dispatch_table.FramebufferTexture1DEXT(target, attachment, textarget, crStateGetTextureHWID(texture), level); 56 void SERVER_DISPATCH_APIENTRY crServerDispatchFramebufferTexture2DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) argument 58 crStateFramebufferTexture2DEXT(target, attachment, textarget, texture, level); 59 cr_server.head_spu->dispatch_table.FramebufferTexture2DEXT(target, attachment, textarget, crStateGetTextureHWID(texture), level); 62 void SERVER_DISPATCH_APIENTRY crServerDispatchFramebufferTexture3DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) argument 64 crStateFramebufferTexture3DEXT(target, attachment, textarget, texture, level, zoffset); 65 cr_server.head_spu->dispatch_table.FramebufferTexture3DEXT(target, attachment, textarget, crStateGetTextureHWID(texture), level, zoffset); 177 crServerDispatchFramebufferRenderbufferEXT(GLenum target, GLenum attachment, GLenu argument 184 crServerDispatchGetFramebufferAttachmentParameterivEXT(GLenum target, GLenum attachment, GLenum pname, GLint * params) argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon6747 105 unsigned int attachment, 181 unsigned int attachment,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon7062 105 unsigned int attachment, 181 unsigned int attachment,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon9373 108 unsigned int attachment,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon4903 108 unsigned int attachment,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon5218 108 unsigned int attachment,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon5531 108 unsigned int attachment,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon5839 105 unsigned int attachment, 181 unsigned int attachment,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon6146 105 unsigned int attachment, 181 unsigned int attachment,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | dri2.h | 40 unsigned int attachment; member in struct:__anon6449 105 unsigned int attachment, 181 unsigned int attachment,
|
/vbox/src/VBox/Frontends/VirtualBox/src/medium/ |
H A D | UIMediumEnumerator.cpp | 484 /* For each the attachment machine have: */ 485 foreach (const CMediumAttachment &attachment, machine.GetMediumAttachments()) argument 488 CMedium cmedium = attachment.GetMedium();
|
H A D | UIMediumManager.cpp | 312 foreach (const CMediumAttachment &attachment, attachments) argument 315 if (attachment.GetType() != KDeviceType_HardDisk) 319 if (attachment.GetMedium().GetId() != id()) 323 CStorageController controller = machine.GetStorageControllerByName(attachment.GetController()); 326 machine.DetachDevice(attachment.GetController(), attachment.GetPort(), attachment.GetDevice()); 331 StorageSlot(controller.GetBus(), attachment.GetPort(), attachment.GetDevice()), 450 foreach (const CMediumAttachment &attachment, attachment argument 533 foreach(const CMediumAttachment &attachment, attachments) argument [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/ |
H A D | UIMachineWindowNormal.cpp | 74 void UIMachineWindowNormal::sltMediumChange(const CMediumAttachment &attachment) argument 77 KDeviceType type = attachment.GetType();
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsGeneral.cpp | 112 foreach (const CMediumAttachment &attachment, m_machine.GetMediumAttachments()) argument 115 if (attachment.GetType() == KDeviceType_HardDisk) 117 /* Get the attachment medium base: */ 118 const CMedium medium = attachment.GetMedium(); 321 foreach (const CMediumAttachment &attachment, m_machine.GetMediumAttachments()) argument 324 if (attachment.GetType() == KDeviceType_HardDisk) 327 CMedium medium = attachment.GetMedium();
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/internal/ |
H A D | dri_sarea.h | 99 unsigned int attachment; member in struct:__DRIDrawableBuffer
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsElements.cpp | 521 foreach (const CMediumAttachment &attachment, machine().GetMediumAttachmentsOfController(controller.GetName())) argument 524 StorageSlot attachmentSlot(controller.GetBus(), attachment.GetPort(), attachment.GetDevice()); 525 /* Prepare attachment information: */ 526 QString strAttachmentInfo = vboxGlobal().details(attachment.GetMedium(), false, false); 534 KDeviceType deviceType = attachment.GetType(); 539 /* Insert that attachment information into the map: */ 545 const CMedium medium = attachment.GetMedium();
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_framebuffer.c | 351 static GLboolean crStateGetFBOAttachmentPoint(CRFramebufferObject *fb, GLenum attachment, CRFBOAttachmentPoint **ap) argument 353 switch (attachment) 362 if (attachment>=GL_COLOR_ATTACHMENT0_EXT && attachment<=GL_COLOR_ATTACHMENT15_EXT) 364 *ap = &fb->color[attachment-GL_COLOR_ATTACHMENT0_EXT]; 533 static GLuint crStateFramebufferTextureCheck(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, argument 558 CRSTATE_CHECKERR_RET(!crStateGetFBOAttachmentPoint(apFBOs[i], attachment, &aap[i]), GL_INVALID_ENUM, "invalid attachment", 0); 621 crStateFramebufferTexture1DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) argument 629 cap = crStateFramebufferTextureCheck(target, attachment, textarge 655 crStateFramebufferTexture2DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) argument 693 crStateFramebufferTexture3DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) argument 729 crStateFramebufferRenderbufferEXT(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) argument 792 crStateGetFramebufferAttachmentParameterivEXT(GLenum target, GLenum attachment, GLenum pname, GLint *params) argument [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIIndicatorsPool.cpp | 128 foreach (const CMediumAttachment &attachment, machine.GetMediumAttachmentsOfController(controller.GetName())) argument 131 if (attachment.GetType() != KDeviceType_HardDisk) 133 /* Append attachment data: */ 135 .arg(gpConverter->toString(StorageSlot(controller.GetBus(), attachment.GetPort(), attachment.GetDevice()))) 136 .arg(UIMedium(attachment.GetMedium(), UIMediumType_HardDisk).location()); 202 foreach (const CMediumAttachment &attachment, machine.GetMediumAttachmentsOfController(controller.GetName())) argument 205 if (attachment.GetType() != KDeviceType_DVD) 207 /* Append attachment data: */ 208 UIMedium vboxMedium(attachment 279 foreach(const CMediumAttachment &attachment, machine.GetMediumAttachmentsOfController(controller.GetName())) argument [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | context.c | 304 IWineD3DSurfaceImpl *attachment; local 317 attachment = context->current_fbo->render_targets[i]; 318 if (attachment) 320 FIXME("\tColor attachment %d: (%p) %s %ux%u\n", 321 i, attachment, debug_d3dformat(attachment->resource.format_desc->format), 322 attachment->pow2Width, attachment->pow2Height); 325 attachment = context->current_fbo->depth_stencil; 326 if (attachment) [all...] |