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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c247 HRESULT WINAPI IWineD3DBaseSurfaceImpl_SetPalette(IWineD3DSurface *iface, IWineD3DPalette *Pal) { argument
249 IWineD3DPaletteImpl *PalImpl = (IWineD3DPaletteImpl *) Pal;
250 TRACE("(%p)->(%p)\n", This, Pal);
330 HRESULT WINAPI IWineD3DBaseSurfaceImpl_GetPalette(IWineD3DSurface *iface, IWineD3DPalette **Pal) { argument
332 TRACE("(%p)->(%p)\n", This, Pal);
334 *Pal = (IWineD3DPalette *) This->palette;

Completed in 49 milliseconds