Searched refs:IWineD3DResource_GetType (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dpalette.c170 if(IWineD3DResource_GetType((IWineD3DResource *) res) == WINED3DRTYPE_SURFACE) {
H A Ddevice.c635 WINED3DRESOURCETYPE type = IWineD3DResource_GetType((IWineD3DResource *)resource);
5852 if (IWineD3DResource_GetType(resource) != WINED3DRTYPE_SURFACE)
7043 WINED3DRESOURCETYPE type = IWineD3DResource_GetType(resource);
7127 FIXME("(%p) unknown resource type %p %u\n", This, resource, IWineD3DResource_GetType(resource));
7164 WINED3DRESOURCETYPE type = IWineD3DResource_GetType((IWineD3DResource *)resource);
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h3481 #define IWineD3DResource_GetType(This) (This)->lpVtbl->GetType(This) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h3482 #define IWineD3DResource_GetType(This) (This)->lpVtbl->GetType(This) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h3481 #define IWineD3DResource_GetType(This) (This)->lpVtbl->GetType(This) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h3462 #define IWineD3DResource_GetType(This) (This)->lpVtbl->GetType(This) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h3481 #define IWineD3DResource_GetType(This) (This)->lpVtbl->GetType(This) macro

Completed in 196 milliseconds