Searched refs:d3d9_texture (Results 1 – 3 of 3) sorted by relevance
43 struct d3d9_texture *texture = parent; in srv_wined3d_object_destroyed()81 static void d3d9_texture_cleanup(struct d3d9_texture *texture) in d3d9_texture_cleanup()99 void d3d9_texture_gen_auto_mipmap(struct d3d9_texture *texture) in d3d9_texture_gen_auto_mipmap()108 void d3d9_texture_flag_auto_gen_mipmap(struct d3d9_texture *texture) in d3d9_texture_flag_auto_gen_mipmap()136 struct d3d9_texture *texture = impl_from_IDirect3DTexture9(iface); in d3d9_texture_2d_AddRef()160 struct d3d9_texture *texture = impl_from_IDirect3DTexture9(iface); in d3d9_texture_2d_Release()172 struct d3d9_texture *texture = impl_from_IDirect3DTexture9(iface); in d3d9_texture_2d_GetDevice()187 struct d3d9_texture *texture = impl_from_IDirect3DTexture9(iface); in d3d9_texture_2d_SetPrivateData()197 struct d3d9_texture *texture = impl_from_IDirect3DTexture9(iface); in d3d9_texture_2d_GetPrivateData()206 struct d3d9_texture *texture = impl_from_IDirect3DTexture9(iface); in d3d9_texture_2d_FreePrivateData()[all …]
102 struct d3d9_texture *textures[D3D9_MAX_TEXTURE_UNITS];140 struct d3d9_texture *texture;167 struct d3d9_texture *texture;204 struct d3d9_texture struct217 HRESULT cubetexture_init(struct d3d9_texture *texture, struct d3d9_device *device, argument219 HRESULT texture_init(struct d3d9_texture *texture, struct d3d9_device *device,221 HRESULT volumetexture_init(struct d3d9_texture *texture, struct d3d9_device *device,223 struct d3d9_texture *unsafe_impl_from_IDirect3DBaseTexture9(IDirect3DBaseTexture9 *iface) DECLSPEC_…224 void d3d9_texture_flag_auto_gen_mipmap(struct d3d9_texture *texture) DECLSPEC_HIDDEN;225 void d3d9_texture_gen_auto_mipmap(struct d3d9_texture *texture) DECLSPEC_HIDDEN;
1095 struct d3d9_texture *object; in d3d9_device_CreateTexture()1155 struct d3d9_texture *object; in d3d9_device_CreateVolumeTexture()1202 struct d3d9_texture *object; in d3d9_device_CreateCubeTexture()1519 struct d3d9_texture *src_impl, *dst_impl; in d3d9_device_UpdateTexture()2329 struct d3d9_texture *texture_impl; in d3d9_device_GetTexture()2355 struct d3d9_texture *texture_impl; in d3d9_device_SetTexture()