HomeSort by relevance Sort by last modified time
    Searched refs:_pd3dDevice (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 47 _pd3dDevice(pd3DDevice),
132 if (_pd3dDevice)
133 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8,
174 if (!_pd3dDevice) {
242 _pd3dDevice = NULL;
250 _pd3dDevice = pd3DDevice;
260 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8,
286 _pd3dDevice(NULL),
393 &_pd3dDevice)))
400 pd3dpp, &_pd3dDevice)))
    [all...]
video_render_direct3d9.h 82 LPDIRECT3DDEVICE9 _pd3dDevice;
222 LPDIRECT3DDEVICE9 _pd3dDevice; // Our rendering device

Completed in 76 milliseconds