Searched defs:target (Results 151 - 175 of 197) sorted by relevance

12345678

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c560 /* repeated dot wildcard. skip to the end of the target
1056 matches, and ctx->ptr points to the tail of the target
2736 the target of a later jump is always earlier than the target of an earlier
3019 SRE_CODE *target = NULL; local
3029 has the same target */
3034 if (target == NULL)
3035 target = code+skip-1;
3036 else if (code+skip-1 != target)
3124 for a JUMP opcode preceding our skip target
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp259 /* Current active render target (if any) */
549 /* NULL is a dummy surface which can be used as a render target to save memory. */
1462 /* Typical render target formats; we should allow render target buffers to be used as textures. */
1626 /* Check all contexts if this surface is used as a render target or active texture. */
3378 SVGA3dSurfaceImageId target; local
3380 target.sid = pContext->state.aRenderTargets[j];
3381 target.face = 0;
3382 target.mipmap = 0;
3383 rc = vmsvga3dSetRenderTarget(pThis, cid, (SVGA3dRenderTargetType)j, target);
4262 vmsvga3dSetRenderTarget(PVGASTATE pThis, uint32_t cid, SVGA3dRenderTargetType type, SVGA3dSurfaceImageId target) argument
[all...]
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp520 LogRel2(("%s: found target %s\n", __FUNCTION__,
525 LogRel2(("%s: found empty target.\n", __FUNCTION__));
533 Atom target = XInternAtom(XtDisplay(widget), local
535 if (*(pAtoms + i) == target)
1597 static void testRequestData(CLIPBACKEND* pCtx, CLIPX11FORMAT target,
1858 void testRequestData(CLIPBACKEND* pCtx, CLIPX11FORMAT target, void *closure) argument
1862 if (target != g_selTargets[0])
1864 clipConvertX11CB(closure, NULL, 0); /* Could not convert to target. */
1935 Atom target = XInternAtom(NULL, pcszTarget, 0); local
1936 if (target
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp1766 /* Current mount-target: */
1767 const UIMediumTarget target = pAction->data().value<UIMediumTarget>(); local
1769 /* Update current machine mount-target: */
1770 vboxGlobal().updateMachineStorage(machine(), target); local
1779 /* Get operation target: */
1780 USBTarget target = pAction->data().value<USBTarget>(); local
1783 if (target.attach)
1786 console().AttachUSBDevice(target.id, QString(""));
1793 CHostUSBDevice hostDevice = host.FindUSBDeviceById(target.id);
1804 CUSBDevice device = console().FindUSBDeviceById(target
1823 WebCamTarget target = pAction->data().value<WebCamTarget>(); local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c249 IWineD3DSurfaceImpl *target = (IWineD3DSurfaceImpl *)stateblock->device->render_targets[0]; local
261 && !(target->resource.format_desc->Flags & WINED3DFMT_FLAG_POSTPIXELSHADER_BLENDING))
289 * if the render target doesn't support alpha blending. A nonexistent alpha channel
293 dstBlend = target->resource.format_desc->alpha_mask ? GL_DST_ALPHA : GL_ONE;
296 dstBlend = target->resource.format_desc->alpha_mask ? GL_ONE_MINUS_DST_ALPHA : GL_ZERO;
335 srcBlend = target->resource.format_desc->alpha_mask ? GL_DST_ALPHA : GL_ONE;
338 srcBlend = target->resource.format_desc->alpha_mask ? GL_ONE_MINUS_DST_ALPHA : GL_ZERO;
4670 IWineD3DSurfaceImpl *target = (IWineD3DSurfaceImpl *)stateblock->device->render_targets[0]; local
4674 if(vp.Width > target->currentDesc.Width) vp.Width = target
4828 IWineD3DSurfaceImpl *target = (IWineD3DSurfaceImpl *)stateblock->device->render_targets[0]; local
[all...]
H A Dsurface.c90 * target, but only if the primary render target exists. Otherwise
92 * target, Uninit3D() will activate a context before doing anything. */
191 static void surface_get_blt_info(GLenum target, const RECT *rect_in, GLsizei w, GLsizei h, struct blt_info *info) argument
207 switch (target)
210 FIXME("Unsupported texture target %#x\n", target);
505 FIXME("Trying to create a render target that isn't in the default pool.\n");
627 void surface_set_texture_target(IWineD3DSurface *iface, GLenum target) argument
631 TRACE("(%p) : setting target
4650 surface_depth_blt(IWineD3DSurfaceImpl *This, const struct wined3d_gl_info *gl_info, GLuint texture, GLsizei w, GLsizei h, GLenum target) argument
[all...]
H A Ddevice.c878 TRACE("Created render target view %p.\n", object);
1967 TRACE("Releasing the render target at %p\n", This->render_targets[0]);
4482 static BOOL is_full_clear(IWineD3DSurfaceImpl *target, const WINED3DVIEWPORT *viewport, argument
4487 || viewport->Width < target->currentDesc.Width
4488 || viewport->Height < target->currentDesc.Height)
4493 || scissor_rect->right < target->currentDesc.Width
4494 || scissor_rect->bottom < target->currentDesc.Height))
4499 || clear_rect->x2 < target->currentDesc.Width
4500 || clear_rect->y2 < target->currentDesc.Height))
4507 HRESULT IWineD3DDeviceImpl_ClearSurface(IWineD3DDeviceImpl *This, IWineD3DSurfaceImpl *target, DWOR argument
4692 IWineD3DSurfaceImpl *target = (IWineD3DSurfaceImpl *)This->render_targets[0]; local
6654 IWineD3DSurfaceImpl *target; local
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c939 const xmlChar * target, const xmlChar * data)
945 printf("pythonProcessingInstruction(%s, %s) called\n", target, data);
951 (char *) "ss", target, data);
938 pythonProcessingInstruction(void *user_data, const xmlChar * target, const xmlChar * data) argument
/vbox/src/libs/libxml2-2.6.31/
H A Druntest.c1237 * @target: the target name
1244 processingInstructionDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *target, argument
1252 (char *) target, (char *) data);
1255 (char *) target);
H A Dvalid.c3097 xmlRemoveMemo target; local
3126 target.l = ref_list;
3127 target.ap = attr;
3130 xmlListWalk(ref_list, xmlWalkRemoveRef, &target);
H A DHTMLparser.c533 static const char* const target_attr[] = { "target", NULL } ;
2904 const xmlChar *target; local
2918 * Parse the target name and check for special support like
2921 target = htmlParseName(ctxt);
2922 if (target != NULL) {
2932 target, NULL);
2945 "ParsePI: PI %s space expected\n", target, NULL);
2980 "ParsePI: PI %s never end ...\n", target, NULL);
2990 target, buf);
H A Dparser.c357 errmsg = "xmlParsePI : no target name\n";
1635 * COPY_BUF copy the current unicode char to the target buffer, increment
4357 const xmlChar *target; local
4372 * Parse the target name and check for special support like
4375 target = xmlParsePITarget(ctxt);
4376 if (target != NULL) {
4390 target, NULL);
4404 "ParsePI: PI %s space expected\n", target);
4440 "ParsePI: PI %s never end ...\n", target);
4451 (xmlStrEqual(target, XML_CATALOG_P
[all...]
H A Dtree.c2085 * @doc: the target document
3666 xmlCopyPropInternal(xmlDocPtr doc, xmlNodePtr target, xmlAttrPtr cur) { argument
3670 if (target != NULL)
3671 ret = xmlNewDocProp(target->doc, cur->name, NULL);
3681 ret->parent = target;
3683 if ((cur->ns != NULL) && (target != NULL)) {
3686 ns = xmlSearchNs(target->doc, target, cur->ns->prefix);
3695 xmlNodePtr root = target;
3702 if (root == (xmlNodePtr) target
3771 xmlCopyProp(xmlNodePtr target, xmlAttrPtr cur) argument
3785 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) argument
[all...]
H A Dxmlregexp.c1309 xmlRegStateAddTransTo(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr target, argument
1311 if (target->maxTransTo == 0) {
1312 target->maxTransTo = 8;
1313 target->transTo = (int *) xmlMalloc(target->maxTransTo *
1315 if (target->transTo == NULL) {
1317 target->maxTransTo = 0;
1320 } else if (target->nbTransTo >= target->maxTransTo) {
1322 target
1337 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1990 xmlRegStatePtr target = NULL; local
3622 int i, target; local
4150 int target, i, state; local
[all...]
H A Drelaxng.c1506 * @target: the included target
1516 xmlNodePtr target, const xmlChar * name)
1531 tmp = target;
3141 xmlAutomataStatePtr target = NULL; local
3150 if (target == NULL)
3151 target = ctxt->state;
3154 target);
3158 ctxt->state = target;
1514 xmlRelaxNGRemoveRedefine(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL ATTRIBUTE_UNUSED, xmlNodePtr target, const xmlChar * name) argument
H A Dtrio.c5422 TRIO_ARGS5((self, target, flags, width, base),
5424 trio_uintmax_t *target,
5542 if (target)
5543 *target = (isNegative) ? -((trio_intmax_t)number) : number;
5552 TRIO_ARGS4((self, target, flags, width),
5554 char *target,
5607 if (target)
5608 target[i] = ch;
5618 TRIO_ARGS4((self, target, flags, width),
5620 char *target,
5421 TrioReadNumber(self, target, flags, width, base), trio_class_t *self, trio_uintmax_t *target, trio_flags_t flags, int width, int base argument
5551 TrioReadChar(self, target, flags, width), trio_class_t *self, char *target, trio_flags_t flags, int width argument
5617 TrioReadString(self, target, flags, width), trio_class_t *self, char *target, trio_flags_t flags, int width argument
5653 TrioReadWideChar(self, target, flags, width), trio_class_t *self, trio_wchar_t *target, trio_flags_t flags, int width argument
5714 TrioReadWideString(self, target, flags, width), trio_class_t *self, trio_wchar_t *target, trio_flags_t flags, int width argument
5760 TrioReadGroup(self, target, characterclass, flags, width), trio_class_t *self, char *target, int *characterclass, trio_flags_t flags, int width argument
5799 TrioReadDouble(self, target, flags, width), trio_class_t *self, trio_pointer_t target, trio_flags_t flags, int width argument
5985 TrioReadPointer(self, target, flags), trio_class_t *self, trio_pointer_t *target, trio_flags_t flags argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c486 static BOOL is_full_clear(const struct wined3d_surface *target, const RECT *draw_rect, const RECT *clear_rect) argument
490 || draw_rect->right < target->resource.width
491 || draw_rect->bottom < target->resource.height)
496 || clear_rect->right < target->resource.width
497 || clear_rect->bottom < target->resource.height))
562 struct wined3d_surface *target = rt_count ? fb->render_targets[0] : NULL; local
571 /* When we're clearing parts of the drawable, make sure that the target surface is well up to date in the
575 * If we're clearing the whole target there is no need to copy it into the drawable, it will be overwritten
579 if (flags & WINED3DCLEAR_TARGET && !is_full_clear(target, draw_rect, clear_rect))
589 context = context_acquire(device, target);
4343 struct wined3d_surface *target = device->fb.render_targets[0]; local
4931 struct wined3d_surface *target; local
[all...]
H A Dstate.c375 * alpha test parameters for (INV)DESTALPHA if the render target
397 const struct wined3d_surface *target = state->fb->render_targets[0]; local
412 && !(target->resource.format->flags & WINED3DFMT_FLAG_POSTPIXELSHADER_BLENDING))
448 srcBlend = gl_blend_factor(d3d_blend, target->resource.format);
450 target->resource.format);
500 srcBlendAlpha = gl_blend_factor(d3d_blend, target->resource.format);
502 target->resource.format);
3242 GLenum texture_dimensions = texture->target;
4738 const struct wined3d_surface *target = state->fb->render_targets[0]; local
4742 if (vp.width > target
4918 const struct wined3d_surface *target = state->fb->render_targets[0]; local
[all...]
H A Dsurface.c274 static void surface_get_blt_info(GLenum target, const RECT *rect, GLsizei w, GLsizei h, struct blt_info *info) argument
279 switch (target)
282 FIXME("Unsupported texture target %#x\n", target);
910 * the render target. */
1458 /* This function checks if the primary render target uses the 8bit paletted format. */
2107 * Implicit resources stay however. So this means we have an implicit render target
2371 void surface_set_texture_target(struct wined3d_surface *surface, GLenum target, GLint level) argument
2373 TRACE("surface %p, target %#x.\n", surface, target);
5871 surface_depth_blt(const struct wined3d_surface *surface, struct wined3d_context *context, GLuint texture, GLint x, GLint y, GLsizei w, GLsizei h, GLenum target) argument
6740 GLenum target; local
6758 GLenum target; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp654 // the target of the two. If the intial FSSpec is null the path alone will be resolved
1048 // fnfErr means target spec is valid but doesn't exist.
2788 StAEDesc target; local
2842 err = AECreateDesc(typeProcessSerialNumber, &thePSN, sizeof(thePSN), &target);
2845 err = AECreateAppleEvent(kCoreEventClass, aDocToLoad ? kAEOpenDocuments : kAEOpenApplication, &target,
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1904 void VBoxGlobal::updateMachineStorage(const CMachine &constMachine, const UIMediumTarget &target) argument
1913 /* Current mount-target attributes: */
1914 const CStorageController currentController = constMachine.GetStorageControllerByName(target.name);
1916 const CMediumAttachment currentAttachment = constMachine.GetMediumAttachment(target.name, target.port, target.device);
1922 switch (target.type)
1927 /* New mount-target attributes: */
1931 if (target.mediumType != UIMediumType_Invalid && target
[all...]

Completed in 373 milliseconds

12345678