Lines Matching refs:wined3d_resource
1052 struct wined3d_resource * CDECL wined3d_texture_get_resource(struct wined3d_texture *texture)
1171 const struct wined3d_resource *resource = &texture->resource;
2210 struct wined3d_texture * __cdecl wined3d_texture_from_resource(struct wined3d_resource *resource)
2215 static ULONG texture_resource_incref(struct wined3d_resource *resource)
2220 static ULONG texture_resource_decref(struct wined3d_resource *resource)
2225 static void texture_resource_preload(struct wined3d_resource *resource)
2235 static void wined3d_texture_unload(struct wined3d_resource *resource)
2302 static HRESULT texture_resource_sub_resource_map(struct wined3d_resource *resource, unsigned int su…
2433 static HRESULT texture_resource_sub_resource_map_info(struct wined3d_resource *resource, unsigned i…
2463 static HRESULT texture_resource_sub_resource_unmap(struct wined3d_resource *resource, unsigned int …
3484 const struct wined3d_resource *resource;