Searched defs:attachment (Results 1 - 25 of 46) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxTakeSnapshotDlg.cpp62 foreach (const CMediumAttachment &attachment, machine.GetMediumAttachments()) argument
64 CMedium medium = attachment.GetMedium();
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/
H A DUIWizardFirstRun.cpp59 /* 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 Dpackspu_framebuffer.c25 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 Ddri2.h40 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 Ddri2.h40 unsigned int attachment; member in struct:__anon8742
66 unsigned int attachment,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddri2.h40 unsigned int attachment; member in struct:__anon9054
103 unsigned int attachment,
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_framebuffer.c50 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 Ddri2.h40 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 Ddri2.h40 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 Ddri2.h40 unsigned int attachment; member in struct:__anon9373
108 unsigned int attachment,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddri2.h40 unsigned int attachment; member in struct:__anon4903
108 unsigned int attachment,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddri2.h40 unsigned int attachment; member in struct:__anon5218
108 unsigned int attachment,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddri2.h40 unsigned int attachment; member in struct:__anon5531
108 unsigned int attachment,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddri2.h40 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 Ddri2.h40 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 Ddri2.h40 unsigned int attachment; member in struct:__anon6449
105 unsigned int attachment,
181 unsigned int attachment,
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumEnumerator.cpp484 /* For each the attachment machine have: */
485 foreach (const CMediumAttachment &attachment, machine.GetMediumAttachments()) argument
488 CMedium cmedium = attachment.GetMedium();
H A DUIMediumManager.cpp312 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 DUIMachineWindowNormal.cpp74 void UIMachineWindowNormal::sltMediumChange(const CMediumAttachment &attachment) argument
77 KDeviceType type = attachment.GetType();
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsGeneral.cpp112 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 Ddri_sarea.h99 unsigned int attachment; member in struct:__DRIDrawableBuffer
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp521 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 Dstate_framebuffer.c351 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 DUIIndicatorsPool.cpp128 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 Dcontext.c304 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...]

Completed in 124 milliseconds

12