Home
last modified time | relevance | path

Searched refs:D3DFMT_R8G8B8 (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp170 …case D3DFMT_R8G8B8: if(!Capabilities::Surface::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
211 …case D3DFMT_R8G8B8: if(!Capabilities::Surface::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
252 …case D3DFMT_R8G8B8: if(!Capabilities::Volume::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
286 …case D3DFMT_R8G8B8: if(!Capabilities::CubeMap::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
327 …case D3DFMT_R8G8B8: if(!Capabilities::CubeMap::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
368 …case D3DFMT_R8G8B8: if(!Capabilities::VolumeTexture::R8G8B8) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
402 …case D3DFMT_R8G8B8: if(!Capabilities::Texture::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
443 …case D3DFMT_R8G8B8: if(!Capabilities::Texture::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
625 mode->Format = D3DFMT_R8G8B8; in EnumAdapterModes()
671 case 24: mode->Format = D3DFMT_R8G8B8; break; in GetAdapterDisplayMode()
DDirect3DSurface8.cpp260 case D3DFMT_R8G8B8: return sw::FORMAT_R8G8B8; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp261 …case D3DFMT_R8G8B8: if(!Capabilities::Surface::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
318 …case D3DFMT_R8G8B8: if(!Capabilities::Surface::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
378 …case D3DFMT_R8G8B8: if(!Capabilities::Volume::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
428 …case D3DFMT_R8G8B8: if(!Capabilities::CubeMap::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
485 …case D3DFMT_R8G8B8: if(!Capabilities::CubeMap::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
541 …case D3DFMT_R8G8B8: if(!Capabilities::VolumeTexture::R8G8B8) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
591 …case D3DFMT_R8G8B8: if(!Capabilities::Texture::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
649 …case D3DFMT_R8G8B8: if(!Capabilities::Texture::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
1008 case 24: mode->Format = D3DFMT_R8G8B8; break; in GetAdapterDisplayMode()
DDirect3DSurface9.cpp371 case D3DFMT_R8G8B8: return sw::FORMAT_R8G8B8; in translateFormat()
DCapabilities.cpp362 case D3DFMT_R8G8B8: in isSRGBreadable()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c260 [D3DFMT_R8G8B8] = PIPE_FORMAT_R8G8B8_UNORM,
319 [PIPE_FORMAT_R8G8B8_UNORM] = D3DFMT_R8G8B8,
Dnine_pipe.h413 case D3DFMT_R8G8B8: return "D3DFMT_R8G8B8"; in d3dformat_to_string()
/external/angle/src/libANGLE/renderer/gl/wgl/
DD3DTextureSurfaceWGL.cpp121 case D3DFMT_R8G8B8: in GetD3D9TextureInfo()
/external/angle/extensions/
DEGL_ANGLE_d3d_texture_client_buffer.txt120 Format must be D3DFMT_R8G8B8, D3DFMT_A8R8G8B8,
/external/swiftshader/include/Direct3D/
Dd3d8types.h1272 D3DFMT_R8G8B8 = 20, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h592 D3DFMT_R8G8B8 = 20, enumerator
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp773 case D3DFMT_R8G8B8: in getD3DTextureInfo()