Home
last modified time | relevance | path

Searched refs:D3DFMT_V16U16 (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp231 …case D3DFMT_V16U16: if(!Capabilities::Surface::V16U16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
272 …case D3DFMT_V16U16: if(!Capabilities::Volume::V16U16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
347 …case D3DFMT_V16U16: if(!Capabilities::CubeMap::V16U16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
388 …case D3DFMT_V16U16: if(!Capabilities::VolumeTexture::V16U16) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
463 …case D3DFMT_V16U16: if(!Capabilities::Texture::V16U16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
DDirect3DSurface8.cpp266 case D3DFMT_V16U16: return sw::FORMAT_V16U16; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c281 [D3DFMT_V16U16] = PIPE_FORMAT_R16G16_SNORM,
343 [PIPE_FORMAT_R16G16_SNORM] = D3DFMT_V16U16,
Dnine_pipe.h435 case D3DFMT_V16U16: return "D3DFMT_V16U16"; in d3dformat_to_string()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp351 …case D3DFMT_V16U16: if(!Capabilities::Surface::V16U16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
411 …case D3DFMT_V16U16: if(!Capabilities::Volume::V16U16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
518 …case D3DFMT_V16U16: if(!Capabilities::CubeMap::V16U16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
574 …case D3DFMT_V16U16: if(!Capabilities::VolumeTexture::V16U16) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
682 …case D3DFMT_V16U16: if(!Capabilities::Texture::V16U16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
DDirect3DSurface9.cpp380 case D3DFMT_V16U16: return sw::FORMAT_V16U16; in translateFormat()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1297 D3DFMT_V16U16 = 64, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h618 D3DFMT_V16U16 = 64, enumerator