Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3D8.cpp175 …case D3DFMT_R3G3B2: if(!Capabilities::Surface::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
208 …case D3DFMT_R3G3B2: if(!Capabilities::Surface::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
249 …case D3DFMT_R3G3B2: if(!Capabilities::Volume::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
291 …case D3DFMT_R3G3B2: if(!Capabilities::CubeMap::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
324 …case D3DFMT_R3G3B2: if(!Capabilities::CubeMap::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
365 …case D3DFMT_R3G3B2: if(!Capabilities::VolumeTexture::R3G3B2) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
407 …case D3DFMT_R3G3B2: if(!Capabilities::Texture::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
440 …case D3DFMT_R3G3B2: if(!Capabilities::Texture::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
DDirect3DSurface8.cpp247 case D3DFMT_R3G3B2: return sw::FORMAT_R3G3B2; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp266 …case D3DFMT_R3G3B2: if(!Capabilities::Surface::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
315 …case D3DFMT_R3G3B2: if(!Capabilities::Surface::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
375 …case D3DFMT_R3G3B2: if(!Capabilities::Volume::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
433 …case D3DFMT_R3G3B2: if(!Capabilities::CubeMap::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
482 …case D3DFMT_R3G3B2: if(!Capabilities::CubeMap::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
538 …case D3DFMT_R3G3B2: if(!Capabilities::VolumeTexture::R3G3B2) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
596 …case D3DFMT_R3G3B2: if(!Capabilities::Texture::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
646 …case D3DFMT_R3G3B2: if(!Capabilities::Texture::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
DDirect3DSurface9.cpp355 case D3DFMT_R3G3B2: return sw::FORMAT_R3G3B2; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c262 [D3DFMT_R3G3B2] = PIPE_FORMAT_B2G3R3_UNORM,
321 [PIPE_FORMAT_B2G3R3_UNORM] = D3DFMT_R3G3B2,
Dnine_pipe.h416 case D3DFMT_R3G3B2: return "D3DFMT_R3G3B2"; in d3dformat_to_string()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1279 D3DFMT_R3G3B2 = 27, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h599 D3DFMT_R3G3B2 = 27, enumerator