Searched refs:decls (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dd3d8_private.h167 struct FvfToDecl *decls; member in struct:d3d8_device
H A Ddevice.c365 d3d8_vertex_declaration_destroy(device->decls[i].declaration);
367 HeapFree(GetProcessHeap(), 0, device->decls);
2204 struct FvfToDecl *convertedDecls = device->decls;
2251 device->decls = convertedDecls;
2261 TRACE("Returning %p. %u decls in array.\n", d3d8_declaration, device->numConvertedDecls);
3142 device->decls = HeapAlloc(GetProcessHeap(), 0, device->declArraySize * sizeof(*device->decls));
3143 if (!device->decls)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dd3d8_private.h198 struct FvfToDecl *decls; member in struct:IDirect3DDevice8Impl
H A Ddevice.c331 IDirect3DVertexDeclaration8_Release(This->decls[i].decl);
333 HeapFree(GetProcessHeap(), 0, This->decls);
1815 struct FvfToDecl *convertedDecls = This->decls;
1859 This->decls = convertedDecls;
1868 TRACE("Returning %p. %u decls in array\n", d3d8_declaration, This->numConvertedDecls);
2869 device->decls = HeapAlloc(GetProcessHeap(), 0, device->declArraySize * sizeof(*device->decls));
2870 if (!device->decls)
/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 Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 71 milliseconds