/external/swiftshader/src/D3D9/ |
D | Direct3D9Ex.cpp | 124 if(checkType != D3DDEVTYPE_HAL) in CheckDeviceType() 134 return CheckDeviceType(adapter, D3DDEVTYPE_HAL, displayFormat, backBufferFormat, windowed); in CheckDeviceType() 145 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceFormat() 155 …return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 166 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceMultiSampleType() 176 …return CheckDeviceMultiSampleType(adapter, D3DDEVTYPE_HAL, surfaceFormat, windowed, multiSampleTyp… in CheckDeviceMultiSampleType() 194 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceFormatConversion() 204 return CheckDeviceFormatConversion(adapter, D3DDEVTYPE_HAL, sourceFormat, targetFormat); in CheckDeviceFormatConversion() 215 if(deviceType != D3DDEVTYPE_HAL) in GetDeviceCaps() 225 return GetDeviceCaps(adapter, D3DDEVTYPE_HAL, capabilities); in GetDeviceCaps() [all …]
|
D | Direct3D9.cpp | 196 if(deviceType != D3DDEVTYPE_HAL) in CheckDepthStencilMatch() 206 …return CheckDepthStencilMatch(adapter, D3DDEVTYPE_HAL, adapterFormat, renderTargetFormat, depthSte… in CheckDepthStencilMatch() 217 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceFormat() 227 …return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 731 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceFormatConversion() 741 return CheckDeviceFormatConversion(adapter, D3DDEVTYPE_HAL, sourceFormat, targetFormat); in CheckDeviceFormatConversion() 752 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceMultiSampleType() 762 …return CheckDeviceMultiSampleType(adapter, D3DDEVTYPE_HAL, surfaceFormat, windowed, multiSampleTyp… in CheckDeviceMultiSampleType() 807 if(checkType != D3DDEVTYPE_HAL) in CheckDeviceType() 817 return CheckDeviceType(adapter, D3DDEVTYPE_HAL, displayFormat, backBufferFormat, windowed); in CheckDeviceType() [all …]
|
D | Direct3DDevice9Ex.cpp | 345 return d3d9ex->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps); in GetDeviceCaps()
|
D | Direct3DDevice9.cpp | 1459 return d3d9->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps); in GetDeviceCaps()
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.cpp | 128 if(deviceType != D3DDEVTYPE_HAL) in CheckDepthStencilMatch() 138 …return CheckDepthStencilMatch(adapter, D3DDEVTYPE_HAL, adapterFormat, renderTargetFormat, depthSte… in CheckDepthStencilMatch() 149 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceFormat() 159 …return CheckDeviceFormat(adapter, D3DDEVTYPE_HAL, adapterFormat, usage, resourceType, checkFormat); in CheckDeviceFormat() 500 if(deviceType != D3DDEVTYPE_HAL) in CheckDeviceMultiSampleType() 510 …return CheckDeviceMultiSampleType(adapter, D3DDEVTYPE_HAL, surfaceFormat, windowed, multiSampleTyp… in CheckDeviceMultiSampleType() 538 if(checkType != D3DDEVTYPE_HAL) in CheckDeviceType() 548 return CheckDeviceType(adapter, D3DDEVTYPE_HAL, displayFormat, backBufferFormat, windowed); in CheckDeviceType() 559 if(deviceType != D3DDEVTYPE_HAL) in CreateDevice() 569 …return CreateDevice(adapter, D3DDEVTYPE_HAL, focusWindow, behaviorFlags, presentParameters, return… in CreateDevice() [all …]
|
D | Direct3DDevice8.cpp | 1298 return d3d8->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps); in GetDeviceCaps()
|
/external/webrtc/webrtc/test/win/ |
D | d3d_renderer.cc | 100 D3DDEVTYPE_HAL, in Init()
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 353 if (SUCCEEDED(_pD3D->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, in GetVertexProcessingCaps() 383 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd, in InitializeD3D()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 1203 D3DDEVTYPE_HAL = 1, enumerator
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_dump.c | 18 case D3DDEVTYPE_HAL: return "HAL"; in nine_D3DDEVTYPE_to_str()
|
D | adapter9.c | 122 case D3DDEVTYPE_HAL: in NineAdapter9_GetScreen()
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 570 D3DDEVTYPE_HAL = 1, enumerator
|