Home
last modified time | relevance | path

Searched refs:D3DFMT_L16 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c294 [D3DFMT_L16] = PIPE_FORMAT_L16_UNORM,
362 [PIPE_FORMAT_L16_UNORM] = D3DFMT_L16,
Dnine_pipe.h459 case D3DFMT_L16: return "D3DFMT_L16"; in d3dformat_to_string()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp357 …case D3DFMT_L16: if(!Capabilities::Surface::L16) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
417 …case D3DFMT_L16: if(!Capabilities::Volume::L16) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
524 …case D3DFMT_L16: if(!Capabilities::CubeMap::L16) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
580 …case D3DFMT_L16: if(!Capabilities::VolumeTexture::L16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
688 …case D3DFMT_L16: if(!Capabilities::Texture::L16) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
DDirect3DSurface9.cpp383 case D3DFMT_L16: return sw::FORMAT_L16; in translateFormat()
/external/mesa3d/include/D3D9/
Dd3d9types.h640 D3DFMT_L16 = 81, enumerator