Searched refs:debugstr_guid (Results 51 - 71 of 71) sorted by relevance

123

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddirectx.c43 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), ppobj);
66 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
H A Ddevice.c215 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), ppobj);
252 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Ddebug.h330 static inline const char *debugstr_guid( const struct _GUID *id ) { return wine_dbgstr_guid(id); } function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Ddebug.h330 static inline const char *debugstr_guid( const struct _GUID *id ) { return wine_dbgstr_guid(id); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dvertexdeclaration.c41 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), obj_ptr);
H A Ddevice.c282 iface, debugstr_guid(riid), ppobj);
298 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Ddebug.h326 static inline const char *debugstr_guid( const struct _GUID *id ) { return wine_dbgstr_guid(id); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Ddebug.h330 static inline const char *debugstr_guid( const struct _GUID *id ) { return wine_dbgstr_guid(id); } function
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c1548 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), object);
1560 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
1855 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), object);
1867 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
1952 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), object);
1964 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c1546 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), object);
1558 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
1851 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), object);
1863 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
1948 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), object);
1960 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
H A Dvolumetexture.c114 TRACE("(%p)->(%s,%p)\n",This,debugstr_guid(riid),ppobj);
H A Dquery.c269 TRACE("(%p)->(%s,%p)\n",This,debugstr_guid(riid),ppobj);
H A Dcubetexture.c158 TRACE("(%p)->(%s,%p)\n",This,debugstr_guid(riid),ppobj);
H A Dbuffer.c655 TRACE("iface %p, riid %s, object %p\n", iface, debugstr_guid(riid), object);
667 WARN("%s not implemented, returning E_NOINTERFACE\n", debugstr_guid(riid));
H A Dtexture.c145 TRACE("(%p)->(%s,%p)\n",This,debugstr_guid(riid),ppobj);
H A Dsurface_base.c107 TRACE("(%p)->(%s,%p)\n", This,debugstr_guid(riid),ppobj);
169 TRACE("(This %p, riid %s, ppContainer %p)\n", This, debugstr_guid(riid), ppContainer);
H A Dstateblock.c475 TRACE("(%p)->(%s,%p)\n",This,debugstr_guid(riid),ppobj);
H A Ddirectx.c368 TRACE("(%p)->(%s,%p)\n",This,debugstr_guid(riid),ppobj);
H A Ddevice.c590 TRACE("(%p)->(%s,%p)\n",This,debugstr_guid(riid),ppobj);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c314 iface, debugstr_guid(riid), out);
324 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c245 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
273 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));

Completed in 168 milliseconds

123