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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dresource.c148 static PrivateData* resource_find_private_data(IWineD3DResourceImpl *This, REFGUID tag) function
212 data = resource_find_private_data(This, refguid);
243 data = resource_find_private_data(This, refguid);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dresource.c224 static struct private_data *resource_find_private_data(const struct wined3d_resource *resource, REFGUID tag) function
294 d = resource_find_private_data(resource, guid);
327 data = resource_find_private_data(resource, guid);

Completed in 34 milliseconds