Home
last modified time | relevance | path

Searched refs:D3DFMT_D16_LOCKABLE (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h205 D3DFMT_D16_LOCKABLE, in depth_stencil_format()
240 case D3DFMT_D16_LOCKABLE: in d3d9_get_pipe_depth_format_bindings()
448 case D3DFMT_D16_LOCKABLE: return "D3DFMT_D16_LOCKABLE"; in d3dformat_to_string()
Dnine_pipe.c283 [D3DFMT_D16_LOCKABLE] = PIPE_FORMAT_Z16_UNORM,
357 [PIPE_FORMAT_Z16_UNORM] = D3DFMT_D16_LOCKABLE,
/external/swiftshader/include/Direct3D/
Dd3d8types.h1309 D3DFMT_D16_LOCKABLE = 70, enumerator
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp344 case D3DFMT_D16_LOCKABLE: in Clear()
580 …is, width, height, format, D3DPOOL_DEFAULT, multiSample, format == D3DFMT_D16_LOCKABLE, D3DUSAGE_D… in CreateDepthStencilSurface()
1928 …ers->MultiSampleType, presentParameters->AutoDepthStencilFormat == D3DFMT_D16_LOCKABLE, D3DUSAGE_D… in Reset()
/external/mesa3d/include/D3D9/
Dd3d9types.h629 D3DFMT_D16_LOCKABLE = 70, enumerator
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp373 case D3DFMT_D16_LOCKABLE: in Clear()
593 case D3DFMT_D16_LOCKABLE: in CreateDepthStencilSurface()
2373 case D3DFMT_D16_LOCKABLE: in Reset()
DDirect3D9.cpp793 if(surfaceFormat != D3DFMT_D32F_LOCKABLE && surfaceFormat != D3DFMT_D16_LOCKABLE) in CheckDeviceMultiSampleType()