Searched refs:D3DFMT_D16_LOCKABLE (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_pipe.h | 205 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()
|
D | nine_pipe.c | 283 [D3DFMT_D16_LOCKABLE] = PIPE_FORMAT_Z16_UNORM, 357 [PIPE_FORMAT_Z16_UNORM] = D3DFMT_D16_LOCKABLE,
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 1309 D3DFMT_D16_LOCKABLE = 70, enumerator
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.cpp | 344 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/ |
D | d3d9types.h | 629 D3DFMT_D16_LOCKABLE = 70, enumerator
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9.cpp | 373 case D3DFMT_D16_LOCKABLE: in Clear() 593 case D3DFMT_D16_LOCKABLE: in CreateDepthStencilSurface() 2373 case D3DFMT_D16_LOCKABLE: in Reset()
|
D | Direct3D9.cpp | 793 if(surfaceFormat != D3DFMT_D32F_LOCKABLE && surfaceFormat != D3DFMT_D16_LOCKABLE) in CheckDeviceMultiSampleType()
|