Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3D8.cpp181 …case D3DFMT_G16R16: if(!Capabilities::Surface::RenderTarget::G16R16) return NOTAVAILABLE(); els… in CheckDeviceFormat()
218 …case D3DFMT_G16R16: if(!Capabilities::Surface::G16R16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
259 …case D3DFMT_G16R16: if(!Capabilities::Volume::G16R16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
297 …case D3DFMT_G16R16: if(!Capabilities::CubeMap::RenderTarget::G16R16) return NOTAVAILABLE(); els… in CheckDeviceFormat()
334 …case D3DFMT_G16R16: if(!Capabilities::CubeMap::G16R16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
375 …case D3DFMT_G16R16: if(!Capabilities::VolumeTexture::G16R16) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
413 …case D3DFMT_G16R16: if(!Capabilities::Texture::RenderTarget::G16R16) return NOTAVAILABLE(); els… in CheckDeviceFormat()
450 …case D3DFMT_G16R16: if(!Capabilities::Texture::G16R16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
DDirect3DSurface8.cpp252 case D3DFMT_G16R16: return sw::FORMAT_G16R16; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp274 …case D3DFMT_G16R16: if(!Capabilities::Surface::RenderTarget::G16R16) return NOTAVAILABLE(); els… in CheckDeviceFormat()
327 …case D3DFMT_G16R16: if(!Capabilities::Surface::G16R16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
387 …case D3DFMT_G16R16: if(!Capabilities::Volume::G16R16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
441 …case D3DFMT_G16R16: if(!Capabilities::CubeMap::RenderTarget::G16R16) return NOTAVAILABLE(); els… in CheckDeviceFormat()
494 …case D3DFMT_G16R16: if(!Capabilities::CubeMap::G16R16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
550 …case D3DFMT_G16R16: if(!Capabilities::VolumeTexture::G16R16) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
604 …case D3DFMT_G16R16: if(!Capabilities::Texture::RenderTarget::G16R16) return NOTAVAILABLE(); els… in CheckDeviceFormat()
658 …case D3DFMT_G16R16: if(!Capabilities::Texture::G16R16) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
DDirect3DSurface9.cpp361 case D3DFMT_G16R16: return sw::FORMAT_G16R16; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c269 [D3DFMT_G16R16] = PIPE_FORMAT_R16G16_UNORM,
328 [PIPE_FORMAT_R16G16_UNORM] = D3DFMT_G16R16,
Dnine_pipe.h423 case D3DFMT_G16R16: return "D3DFMT_G16R16"; in d3dformat_to_string()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1284 D3DFMT_G16R16 = 34, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h606 D3DFMT_G16R16 = 34, enumerator