Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp124 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 …]
DDirect3D9.cpp196 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 …]
DDirect3DDevice9Ex.cpp345 return d3d9ex->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps); in GetDeviceCaps()
DDirect3DDevice9.cpp1459 return d3d9->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps); in GetDeviceCaps()
/external/swiftshader/src/D3D8/
DDirect3D8.cpp128 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 …]
DDirect3DDevice8.cpp1298 return d3d8->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps); in GetDeviceCaps()
/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc100 D3DDEVTYPE_HAL, in Init()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc353 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/
Dd3d8types.h1203 D3DDEVTYPE_HAL = 1, enumerator
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.c18 case D3DDEVTYPE_HAL: return "HAL"; in nine_D3DDEVTYPE_to_str()
Dadapter9.c122 case D3DDEVTYPE_HAL: in NineAdapter9_GetScreen()
/external/mesa3d/include/D3D9/
Dd3d9types.h570 D3DDEVTYPE_HAL = 1, enumerator