Home
last modified time | relevance | path

Searched refs:D3DDEVTYPE_HAL (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp187 …if (g_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd, D3DCREATE_HARDWARE_VERTEXPROCES… in CreateDeviceD3D()
/third_party/ffmpeg/libavutil/
Dhwcontext_dxva2.c458 hr = IDirect3D9_CreateDevice(priv->d3d9, adapter, D3DDEVTYPE_HAL, GetDesktopWindow(), in dxva2_device_create9()
494 hr = IDirect3D9Ex_CreateDeviceEx(d3d9ex, adapter, D3DDEVTYPE_HAL, GetDesktopWindow(), in dxva2_device_create9ex()
/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp221 D3DDEVTYPE D3DDevType = D3DDEVTYPE_HAL; in InitResource()
402 D3DDEVTYPE D3DDevType = D3DDEVTYPE_HAL; in InitResource()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c19 case D3DDEVTYPE_HAL: return "HAL"; in nine_D3DDEVTYPE_to_str()
Dadapter9.c131 case D3DDEVTYPE_HAL: in NineAdapter9_GetScreen()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h570 D3DDEVTYPE_HAL = 1, enumerator
/third_party/openGLES/extensions/NV/
DWGL_NV_DX_interop.txt485 D3DDEVTYPE_HAL,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_DX_interop.txt485 D3DDEVTYPE_HAL,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp121 mDeviceType = D3DDEVTYPE_HAL; in Renderer9()