Searched refs:D3DFMT_L16 (Results 1 – 5 of 5) sorted by relevance
294 [D3DFMT_L16] = PIPE_FORMAT_L16_UNORM,362 [PIPE_FORMAT_L16_UNORM] = D3DFMT_L16,
459 case D3DFMT_L16: return "D3DFMT_L16"; in d3dformat_to_string()
357 …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()
383 case D3DFMT_L16: return sw::FORMAT_L16; in translateFormat()
640 D3DFMT_L16 = 81, enumerator