Searched defs:decl (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_private.h151 struct wined3d_vertex_declaration *decl; member in struct:fvf_declaration
H A Ddevice.c305 wined3d_vertex_declaration_decref(device->fvf_decls[i].decl);
352 wined3d_vertex_declaration_decref(device->fvf_decls[i].decl);
2579 TRACE("found %p.\n", fvf_decls[p].decl);
2580 return fvf_decls[p].decl;
2618 fvf_decls[low].decl = wined3d_declaration;
2630 struct wined3d_vertex_declaration *decl; local
2641 if (!(decl = device_get_fvf_declaration(device, fvf)))
2648 wined3d_device_set_vertex_declaration(device->wined3d_device, decl);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstateblock.c482 struct wined3d_vertex_declaration *decl; local
489 if ((decl = state->vertex_declaration))
492 wined3d_vertex_declaration_decref(decl);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dd3d8_private.h184 struct IDirect3DVertexDeclaration8 *decl; member in struct:FvfToDecl
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c2427 /* Will prevent the decl from being destroyed */
2437 IDirect3DVertexDeclaration9 *decl; local
2449 decl = getConvertedDecl(This, FVF);
2452 if (!decl)
2460 hr = IDirect3DDevice9Impl_SetVertexDeclaration(iface, decl);
2469 IDirect3DVertexDeclaration9 *decl; local
2474 hr = IDirect3DDevice9_GetVertexDeclaration(iface, &decl);
2483 if (decl)
2485 *pFVF = ((IDirect3DVertexDeclaration9Impl *)decl)->convFVF;
2486 IDirect3DVertexDeclaration9_Release(decl);
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c521 * The attr. decl. OR a QName-ref. to an attr. decl. OR
685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
894 xmlSchemaElementPtr decl; /* the element/attribute declaration */ member in struct:_xmlSchemaNodeInfo
949 xmlSchemaAttributePtr decl; /* the attribute declaration */ member in struct:_xmlSchemaAttrInfo
1655 *buf = xmlStrdup(BAD_CAST "attribute decl.");
1670 *buf = xmlStrdup(BAD_CAST "element decl.");
4742 fprintf(stderr, "Unable to lookup element decl. %s", name);
4744 fprintf(stderr, "Unable to lookup element decl. %s:%s", name,
7425 * TODO: Should this go into the attr decl
8440 xmlSchemaElementPtr decl = NULL; local
25720 xmlSchemaElementPtr decl = NULL; local
[all...]

Completed in 113 milliseconds