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

  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 353 if (SUCCEEDED(_pD3D->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL,
379 _pD3D->GetAdapterDisplayMode(D3DADAPTER_DEFAULT, &d3ddm);
383 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd,
389 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_REF,
    [all...]
  /external/webrtc/webrtc/test/win/
d3d_renderer.cc 99 if (d3d_->CreateDevice(D3DADAPTER_DEFAULT,
  /external/swiftshader/src/D3D8/
Direct3D8.cpp 598 if(adapter != D3DADAPTER_DEFAULT || !mode)
652 if(adapter != D3DADAPTER_DEFAULT || !mode)
    [all...]
Direct3DDevice8.cpp 1298 return d3d8->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps);
1327 d3d8->GetAdapterDisplayMode(D3DADAPTER_DEFAULT, mode);
    [all...]
  /external/swiftshader/src/D3D9/
Direct3D9Ex.cpp 342 if(adapter != D3DADAPTER_DEFAULT)
Direct3DSwapChain9.cpp 274 device->getAdapterDisplayMode(D3DADAPTER_DEFAULT, displayMode);
Direct3D9.cpp     [all...]
Direct3DDevice9Ex.cpp 345 return d3d9ex->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps);
    [all...]
Direct3DDevice9.cpp     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 199 #define D3DADAPTER_DEFAULT 0
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8.h 54 #define D3DADAPTER_DEFAULT 0
    [all...]
d3d9.h 64 #define D3DADAPTER_DEFAULT 0
    [all...]

Completed in 696 milliseconds