Searched refs:pTexture (Results 1 – 2 of 2) sorted by relevance
668 int VideoRenderDirect3D9::SetTransparentColor(LPDIRECT3DTEXTURE9 pTexture, in SetTransparentColor() argument674 if (!pTexture) in SetTransparentColor()678 if (SUCCEEDED(pTexture->LockRect(0, &lr, NULL, D3DLOCK_DISCARD))) in SetTransparentColor()700 pTexture->UnlockRect(0); in SetTransparentColor()
199 int SetTransparentColor(LPDIRECT3DTEXTURE9 pTexture,