Lines Matching defs:volume
95 IWineD3DVolume *volume = This->volumes[i];
97 if (volume)
100 IWineD3DVolume_SetContainer(volume, NULL);
101 IWineD3DVolume_Release(volume);
277 TRACE("(%p) -> level(%d) returning volume@%p\n", This, Level, *ppVolumeLevel);
319 TRACE("(%p) : dirtyfication of volume Level (0)\n", This);
357 /* volume texture */
383 ERR("shared handle support for volume textures not impemented yet, ignoring!");
397 WARN("(%p) : Texture cannot be created - no volume texture support.\n", texture);
451 /* Create the volume. */
462 ERR("Creating a volume for the volume texture failed, hr %#x.\n", hr);