Searched refs:TRACE (Results 51 - 75 of 146) sorted by relevance

123456

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvertexdeclaration.c40 TRACE(" format: %s (%#x)\n", debug_d3dformat(element->format), element->format);
41 TRACE(" input_slot: %u\n", element->input_slot);
42 TRACE(" offset: %u\n", element->offset);
43 TRACE("output_slot: %u\n", element->output_slot);
44 TRACE(" method: %s (%#x)\n", debug_d3ddeclmethod(element->method), element->method);
45 TRACE(" usage: %s (%#x)\n", debug_d3ddeclusage(element->usage), element->usage);
46 TRACE(" usage_idx: %u\n", element->usage_idx);
55 TRACE("(%p)->(%s,%p)\n",This,debugstr_guid(riid),ppobj);
69 TRACE("(%p) : AddRef increasing from %d\n", This, This->ref);
76 TRACE("(
[all...]
H A Dview.c41 TRACE("iface %p, riid %s, object %p\n", iface, debugstr_guid(riid), object);
63 TRACE("%p increasing refcount to %u\n", This, refcount);
73 TRACE("%p decreasing refcount to %u\n", This, refcount);
H A Dpalette.c45 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), object);
66 TRACE("(%p)->() incrementing from %u.\n", This, ref - 1);
75 TRACE("(%p)->() decrementing from %u.\n", This, ref + 1);
103 TRACE("(%p)->(%08x,%d,%d,%p)\n",This,Flags,Start,Count,PalEnt);
129 TRACE("(%p)->(%08x,%d,%d,%p)\n",This,Flags,Start,Count,PalEnt);
130 TRACE("Palette flags: %#x\n", This->Flags);
145 TRACE("WINEDDPCAPS_ALLOW256 set, overriding palette entry 0 with black and 255 with white\n");
182 TRACE("(%p)->(%p)\n", This, Caps);
190 TRACE("(%p)->(%p)\n", This, Parent);
H A Dvolume.c111 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), object);
131 TRACE("(%p) : AddRef increasing from %d\n", This, This->resource.ref);
138 TRACE("(%p) : Releasing from %d\n", This, This->resource.ref);
183 TRACE("(%p): Nothing to do\n", iface);
196 TRACE("(This %p, riid %s, ppContainer %p)\n", This, debugstr_guid(riid), ppContainer);
209 TRACE("Relaying to QueryInterface\n");
215 TRACE("(%p) : copying into %p\n", This, pDesc);
238 TRACE("(%p) : box=%p, output pbox=%p, allMem=%p\n", This, pBox, pLockedVolume, This->resource.allocatedMemory);
244 TRACE("No box supplied - all is ok\n");
266 TRACE("Loc
[all...]
H A Dvolumetexture.c49 TRACE("(%p) : About to load texture.\n", This);
78 TRACE("(%p) Texture not dirty, nothing to do.\n", iface);
91 TRACE("(%p) : Cleaning up.\n", This);
114 TRACE("(%p)->(%s,%p)\n",This,debugstr_guid(riid),ppobj);
130 TRACE("(%p) : AddRef increasing from %d\n", This, This->resource.ref);
137 TRACE("(%p) : Releasing from %d\n", This, This->resource.ref);
178 TRACE("(%p)\n", This);
240 TRACE("iface %p, srgb %#x.\n", iface, srgb);
247 TRACE("iface %p.\n", iface);
254 TRACE("ifac
[all...]
H A Dresource.c125 TRACE("(%p) Cleaning up resource\n", This);
128 TRACE("Decrementing device memory pool by %u\n", This->resource.size);
153 TRACE("Searching for private data %s\n", debugstr_guid(tag));
158 TRACE("Found %p\n", data);
162 TRACE("Not found\n");
172 TRACE("(%p) : %s %p %d %d\n", This, debugstr_guid(refguid), pData, SizeOfData, Flags);
211 TRACE("(%p) : %p %p %p\n", This, refguid, pData, pSizeOfData);
242 TRACE("(%p) : %s\n", This, debugstr_guid(refguid));
265 TRACE("(%p) : new priority %d, returning old priority %d\n", This, PriorityNew, PriorityOld );
272 TRACE("(
[all...]
H A Dquery.c56 TRACE("(%p) : device %p\n", query, device);
60 TRACE("Query not started\n");
137 TRACE("(%p)\n", query);
141 TRACE("Query not started\n");
269 TRACE("(%p)->(%s,%p)\n",This,debugstr_guid(riid),ppobj);
283 TRACE("(%p) : AddRef increasing from %d\n", This, This->ref);
290 TRACE("(%p) : Releasing from %d\n", This, This->ref);
320 TRACE("iface %p, parent %p.\n", iface, parent);
325 TRACE("Returning %p.\n", *parent);
341 TRACE("(
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvolume.c88 TRACE("volume %p, container %p.\n", volume, container);
99 TRACE("volume %p, context %p, level %u, srgb %#x, format %s (%#x).\n",
119 TRACE("texture %p.\n", resource);
133 TRACE("Forwarding to container %p.\n", volume->container);
139 TRACE("%p increasing refcount to %u.\n", volume, refcount);
151 TRACE("Forwarding to container %p.\n", volume->container);
157 TRACE("%p decreasing refcount to %u.\n", volume, refcount);
171 TRACE("volume %p.\n", volume);
194 TRACE("volume %p.\n", volume);
202 TRACE("volum
[all...]
H A Dwined3d_main.c141 TRACE("Created wined3d object %p for d3d%d support.\n", object, version);
228 TRACE("appname = [%s]\n", appname);
241 TRACE("Use of GL Shading Language disabled\n");
249 TRACE("Using the backbuffer for offscreen rendering\n");
254 TRACE("Using FBOs for offscreen rendering\n");
262 TRACE("Using glReadPixels for render target reading and glDrawPixels for writing\n");
267 TRACE("Using glReadPixels for render target reading and textures for writing\n");
282 TRACE("Using PCI Device ID %04x\n", pci_device_id);
297 TRACE("Using PCI Vendor ID %04x\n", pci_vendor_id);
307 TRACE("Us
[all...]
H A Dpalette.c48 TRACE("%p increasing refcount to %u.\n", palette, refcount);
57 TRACE("%p decreasing refcount to %u.\n", palette, refcount);
85 TRACE("palette %p, flags %#x, start %u, count %u, entries %p.\n",
111 TRACE("palette %p, flags %#x, start %u, count %u, entries %p.\n",
113 TRACE("Palette flags: %#x.\n", palette->flags);
130 TRACE("WINEDDPCAPS_ALLOW256 set, overriding palette entry 0 with black and 255 with white\n");
160 TRACE("palette %p.\n", palette);
167 TRACE("palette %p.\n", palette);
207 TRACE("device %p, flags %#x, entries %p, palette %p, parent %p.\n",
222 TRACE("Create
[all...]
H A Dswapchain.c164 TRACE("Destroying swapchain %p.\n", swapchain);
221 TRACE("Destroying backup wined3d window %p, dc %p.\n", swapchain->backup_wnd, swapchain->backup_dc);
241 TRACE("%p increasing refcount to %u.\n", swapchain, refcount);
251 TRACE("%p decreasing refcount to %u.\n", swapchain, refcount);
265 TRACE("swapchain %p.\n", swapchain);
281 TRACE("Setting swapchain %p window from %p to %p.\n",
291 TRACE("swapchain %p, src_rect %s, dst_rect %s, dst_window_override %p, dirty_region %p, flags %#x.\n",
317 TRACE("swapchain %p, dst_surface %p.\n", swapchain, dst_surface);
338 TRACE("swapchain %p, back_buffer_idx %u, type %#x.\n",
361 TRACE("Returnin
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddirectx.c53 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), ppobj);
71 TRACE("%p increasing refcount to %u.\n", iface, ref);
80 TRACE("%p decreasing refcount to %u.\n", iface, ref);
83 TRACE("Releasing wined3d %p\n", This->WineD3D);
100 TRACE("iface %p, init_function %p.\n", iface, pInitializeFunction);
113 TRACE("iface %p.\n", iface);
129 TRACE("iface %p, adapter %u, flags %#x, identifier %p.\n",
158 TRACE("iface %p, adapter %u.\n", iface, Adapter);
171 TRACE("iface %p, adapter %u, mode_idx %u, mode %p.\n",
187 TRACE("ifac
[all...]
H A Dd3d8_main.c51 TRACE("SDKVersion = %x\n", SDKVersion);
61 TRACE("Created Direct3D object @ %p, WineObj @ %p\n", object, object->WineD3D);
76 TRACE("fdwReason=%d\n", fdwReason);
H A Dpixelshader.c40 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), ppobj);
58 TRACE("%p increasing refcount to %u.\n", iface, ref);
74 TRACE("%p decreasing refcount to %u.\n", iface, ref);
H A Ddevice.c269 TRACE("swapchain %p.\n", swapchain);
281 TRACE("iface %p, riid %s, object %p.\n",
307 TRACE("%p increasing refcount to %u.\n", iface, ref);
319 TRACE("%p decreasing refcount to %u.\n", iface, ref);
324 TRACE("Releasing wined3d device %p\n", This->WineD3DDevice);
349 TRACE("iface %p.\n", iface);
358 TRACE("iface %p.\n", iface);
371 TRACE("iface %p, byte_count %u.\n", iface, Bytes);
386 TRACE("iface %p, d3d8 %p.\n", iface, ppD3D8);
404 TRACE("(
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dswapchain.c44 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
84 TRACE("%p increasing refcount to %u.\n", iface, refcount);
104 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
129 TRACE("iface %p, src_rect %s, dst_rect %s, dst_window_override %p, dirty_region %p, flags %#x.\n",
147 TRACE("iface %p, surface %p.\n", iface, surface);
164 TRACE("iface %p, backbuffer_idx %u, backbuffer_type %#x, backbuffer %p.\n",
189 TRACE("iface %p, raster_status %p.\n", iface, raster_status);
205 TRACE("iface %p, mode %p.\n", iface, mode);
226 TRACE("iface %p, device %p.\n", iface, device);
231 TRACE("Returnin
[all...]
H A Ddevice.c245 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
284 TRACE("%p increasing refcount to %u.\n", iface, refcount);
339 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
379 TRACE("iface %p.\n", iface);
383 TRACE("D3D9 device is marked not reset.\n");
395 TRACE("iface %p.\n", iface);
408 TRACE("iface %p.\n", iface);
421 TRACE("iface %p, d3d9 %p.\n", iface, d3d9);
435 TRACE("iface %p, caps %p.\n", iface, caps);
466 TRACE("ifac
[all...]
H A Ddirectx.c45 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
80 TRACE("%p increasing refcount to %u.\n", iface, refcount);
90 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
109 TRACE("iface %p, init_function %p.\n", iface, init_function);
123 TRACE("iface %p.\n", iface);
139 TRACE("iface %p, adapter %u, flags %#x, identifier %p.\n",
169 TRACE("iface %p, adapter %u, format %#x.\n", iface, adapter, format);
190 TRACE("iface %p, adapter %u, format %#x, mode_idx %u, mode %p.\n",
218 TRACE("iface %p, adapter %u, mode %p.\n", iface, adapter, mode);
241 TRACE("ifac
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dswapchain.c42 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), ppobj);
60 TRACE("%p increasing refcount to %u.\n", iface, ref);
71 TRACE("%p decreasing refcount to %u.\n", iface, ref);
95 TRACE("iface %p, src_rect %p, dst_rect %p, dst_window_override %p, dirty_region %p, flags %#x.\n",
109 TRACE("iface %p, surface %p.\n", iface, pDestSurface);
123 TRACE("iface %p, backbuffer_idx %u, backbuffer_type %#x, backbuffer %p.\n",
142 TRACE("iface %p, raster_status %p.\n", iface, pRasterStatus);
155 TRACE("iface %p, mode %p.\n", iface, pMode);
170 TRACE("iface %p, device %p.\n", iface, device);
175 TRACE("Returnin
[all...]
H A Ddevice.c202 TRACE("swapchain %p.\n", swapchain);
215 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), ppobj);
221 TRACE("Returning IDirect3DDevice9 interface at %p\n", *ppobj);
234 TRACE("Returning IDirect3DDevice9Ex interface at %p\n", *ppobj);
262 TRACE("%p increasing refcount to %u.\n", iface, ref);
300 TRACE("%p decreasing refcount to %u.\n", iface, ref);
313 TRACE("iface %p.\n", iface);
317 TRACE("D3D9 device is marked not reset.\n");
329 TRACE("iface %p.\n", iface);
343 TRACE("ifac
[all...]
H A Ddirectx.c43 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), ppobj);
49 TRACE("Returning IDirect3D9 interface at %p\n", *ppobj);
54 TRACE("Returning IDirect3D9Ex interface at %p\n", *ppobj);
76 TRACE("%p increasing refcount to %u.\n", iface, ref);
85 TRACE("%p decreasing refcount to %u.\n", iface, ref);
103 TRACE("iface %p, init_function %p.\n", iface, pInitializeFunction);
118 TRACE("iface %p.\n", iface);
134 TRACE("iface %p, adapter %u, flags %#x, identifier %p.\n",
165 TRACE("iface %p, adapter %u, format %#x.\n", iface, Adapter, Format);
185 TRACE("ifac
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddirectx.c56 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
77 TRACE("%p increasing refcount to %u.\n", iface, refcount);
87 TRACE("%p decreasing refcount to %u.\n", iface, refcount);
106 TRACE("iface %p, init_function %p.\n", iface, init_function);
120 TRACE("iface %p.\n", iface);
136 TRACE("iface %p, adapter %u, flags %#x, identifier %p.\n",
166 TRACE("iface %p, adapter %u.\n", iface, adapter);
182 TRACE("iface %p, adapter %u, mode_idx %u, mode %p.\n",
207 TRACE("iface %p, adapter %u, mode %p.\n",
231 TRACE("ifac
[all...]
H A Dswapchain.c42 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
63 TRACE("%p increasing refcount to %u.\n", iface, ref);
82 TRACE("%p decreasing refcount to %u.\n", iface, ref);
105 TRACE("iface %p, src_rect %s, dst_rect %s, dst_window_override %p, dirty_region %p.\n",
124 TRACE("iface %p, backbuffer_idx %u, backbuffer_type %#x, backbuffer %p.\n",
204 TRACE("Created swapchain %p.\n", object);
H A Dd3d8_main.c51 TRACE("sdk_version %#x.\n", sdk_version);
63 TRACE("Created d3d8 object %p.\n", object);
71 TRACE("fdwReason=%d\n", fdwReason);
H A Dshader.c43 TRACE("shader %p.\n", shader);
68 TRACE("device %p, declaration %p, shader_handle %#x, decl_ptr %p.\n",
83 TRACE("Created vertex declaration %p.\n", object);
149 TRACE("shader %p.\n", shader);

Completed in 100 milliseconds

123456