Searched refs:textureSurface (Results 1 – 2 of 2) sorted by relevance
406 IDirect3DSurface9 *textureSurface; in copySurfaceToTexture() local407 result = texture->GetSurfaceLevel(0, &textureSurface); in copySurfaceToTexture()417 result = device->StretchRect(surface, &sourceRect, textureSurface, NULL, D3DTEXF_NONE); in copySurfaceToTexture()419 textureSurface->Release(); in copySurfaceToTexture()
463 IDirect3DSurface9 *textureSurface = NULL; in getRenderTarget() local467 mFlipTexture->GetSurfaceLevel(0, &textureSurface); in getRenderTarget()470 return textureSurface; in getRenderTarget()