Searched refs:d3d9Device (Results 1 – 3 of 3) sorted by relevance
150 IDirect3DDevice9 *d3d9Device = nullptr; in GetD3D9TextureInfo() local151 HRESULT result = texture9->GetDevice(&d3d9Device); in GetD3D9TextureInfo()160 *device = d3d9Device; in GetD3D9TextureInfo()164 SafeRelease(d3d9Device); in GetD3D9TextureInfo()
468 IDirect3DDevice9 *d3d9Device = reinterpret_cast<IDirect3DDevice9 *>(device); in TEST_P() local470 EXPECT_EQ(S_OK, d3d9Device->GetDirect3D(&d3d9)); in TEST_P()
1567 LPDIRECT3DDEVICE9 d3d9Device = (LPDIRECT3DDEVICE9)device.Device(); in MediaSurfaceCreate() local1568 hr = d3d9Device->CreateOffscreenPlainSurface( in MediaSurfaceCreate()