If my video memry is too small to put all textures I need, so I load those textures into system memory by D3DPOOL_MANAGED or D3DPOOL_DEFAULT. When my DirectX application want to render certain texture, how do I swap the memory of the texture from system meory to video memory?