Searched refs:D3DFMT_X8R8G8B8 (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3D9.cpp | 270 …case D3DFMT_X8R8G8B8: if(!Capabilities::Surface::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 319 …case D3DFMT_X8R8G8B8: if(!Capabilities::Surface::X8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 379 …case D3DFMT_X8R8G8B8: if(!Capabilities::Volume::X8R8G8B8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat() 437 …case D3DFMT_X8R8G8B8: if(!Capabilities::CubeMap::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 486 …case D3DFMT_X8R8G8B8: if(!Capabilities::CubeMap::X8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 542 …case D3DFMT_X8R8G8B8: if(!Capabilities::VolumeTexture::X8R8G8B8) return NOTAVAILABLE(); else … in CheckDeviceFormat() 600 …case D3DFMT_X8R8G8B8: if(!Capabilities::Texture::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 650 …case D3DFMT_X8R8G8B8: if(!Capabilities::Texture::X8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 790 …if(CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE… in CheckDeviceMultiSampleType() 791 …CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, s… in CheckDeviceMultiSampleType() [all …]
|
D | Capabilities.cpp | 364 case D3DFMT_X8R8G8B8: in isSRGBreadable() 393 case D3DFMT_X8R8G8B8: in isSRGBwritable()
|
D | Direct3DSurface9.cpp | 372 case D3DFMT_X8R8G8B8: return sw::FORMAT_X8R8G8B8; in translateFormat()
|
D | Direct3DDevice9.cpp | 538 …IPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRT… in CreateCubeTexture() 571 …if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateDepthStencilSurface() 656 …if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D… in CreateOffscreenPlainSurface() 785 …if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateRenderTarget() 836 …IPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRT… in CreateTexture() 960 …IPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRT… in CreateVolumeTexture() 1824 sourceDescription.Format == D3DFMT_X8R8G8B8) in GetRenderTargetData() 6243 if((sourceDescription.Format == D3DFMT_A8R8G8B8 && destDescription.Format == D3DFMT_X8R8G8B8) || in stretchRect() 6244 (sourceDescription.Format == D3DFMT_X8R8G8B8 && destDescription.Format == D3DFMT_A8R8G8B8)) in stretchRect()
|
/external/swiftshader/src/D3D8/ |
D | Direct3D8.cpp | 179 …case D3DFMT_X8R8G8B8: if(!Capabilities::Surface::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 212 …case D3DFMT_X8R8G8B8: if(!Capabilities::Surface::X8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 253 …case D3DFMT_X8R8G8B8: if(!Capabilities::Volume::X8R8G8B8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat() 295 …case D3DFMT_X8R8G8B8: if(!Capabilities::CubeMap::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 328 …case D3DFMT_X8R8G8B8: if(!Capabilities::CubeMap::X8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 369 …case D3DFMT_X8R8G8B8: if(!Capabilities::VolumeTexture::X8R8G8B8) return NOTAVAILABLE(); else … in CheckDeviceFormat() 411 …case D3DFMT_X8R8G8B8: if(!Capabilities::Texture::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 444 …case D3DFMT_X8R8G8B8: if(!Capabilities::Texture::X8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 628 mode->Format = D3DFMT_X8R8G8B8; in EnumAdapterModes() 670 case 32: mode->Format = D3DFMT_X8R8G8B8; break; in GetAdapterDisplayMode()
|
D | Direct3DSurface8.cpp | 261 case D3DFMT_X8R8G8B8: return sw::FORMAT_X8R8G8B8; in translateFormat()
|
D | Direct3DDevice8.cpp | 545 …if(edgeLength == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYP… in CreateCubeTexture() 575 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateDepthStencilSurface() 605 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D… in CreateImageSurface() 691 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateRenderTarget() 738 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usag… in CreateTexture() 824 …t == 0 || depth == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRT… in CreateVolumeTexture()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_pipe.c | 257 [D3DFMT_X8R8G8B8] = PIPE_FORMAT_B8G8R8X8_UNORM, 316 [PIPE_FORMAT_B8G8R8X8_UNORM] = D3DFMT_X8R8G8B8,
|
D | adapter9.c | 174 (dfmt == D3DFMT_X8R8G8B8 && (bfmt == dfmt || in backbuffer_format() 234 D3DFMT_X8R8G8B8, in display_format()
|
D | nine_pipe.h | 411 case D3DFMT_X8R8G8B8: return "D3DFMT_X8R8G8B8"; in d3dformat_to_string()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 1274 D3DFMT_X8R8G8B8 = 22, enumerator
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 594 D3DFMT_X8R8G8B8 = 22, enumerator
|