Searched refs:D3DFMT_A8R8G8B8 (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/src/D3D8/ |
D | Direct3D8.cpp | 178 …case D3DFMT_A8R8G8B8: if(!Capabilities::Surface::RenderTarget::A8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 213 …case D3DFMT_A8R8G8B8: if(!Capabilities::Surface::A8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 254 …case D3DFMT_A8R8G8B8: if(!Capabilities::Volume::A8R8G8B8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat() 294 …case D3DFMT_A8R8G8B8: if(!Capabilities::CubeMap::RenderTarget::A8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 329 …case D3DFMT_A8R8G8B8: if(!Capabilities::CubeMap::A8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 370 …case D3DFMT_A8R8G8B8: if(!Capabilities::VolumeTexture::A8R8G8B8) return NOTAVAILABLE(); else … in CheckDeviceFormat() 410 …case D3DFMT_A8R8G8B8: if(!Capabilities::Texture::RenderTarget::A8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 445 …case D3DFMT_A8R8G8B8: if(!Capabilities::Texture::A8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
|
D | Direct3DSurface8.cpp | 251 case D3DFMT_A8R8G8B8: return sw::FORMAT_A8R8G8B8; in translateFormat()
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9.cpp | 269 …case D3DFMT_A8R8G8B8: if(!Capabilities::Surface::RenderTarget::A8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 320 …case D3DFMT_A8R8G8B8: if(!Capabilities::Surface::A8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 380 …case D3DFMT_A8R8G8B8: if(!Capabilities::Volume::A8R8G8B8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat() 436 …case D3DFMT_A8R8G8B8: if(!Capabilities::CubeMap::RenderTarget::A8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 487 …case D3DFMT_A8R8G8B8: if(!Capabilities::CubeMap::A8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 543 …case D3DFMT_A8R8G8B8: if(!Capabilities::VolumeTexture::A8R8G8B8) return NOTAVAILABLE(); else … in CheckDeviceFormat() 599 …case D3DFMT_A8R8G8B8: if(!Capabilities::Texture::RenderTarget::A8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat() 651 …case D3DFMT_A8R8G8B8: if(!Capabilities::Texture::A8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 860 case D3DFMT_A8R8G8B8: in CheckDeviceType() 887 case D3DFMT_A8R8G8B8: in CheckDeviceType() [all …]
|
D | Capabilities.cpp | 363 case D3DFMT_A8R8G8B8: in isSRGBreadable() 392 case D3DFMT_A8R8G8B8: in isSRGBwritable()
|
D | Direct3DSurface9.cpp | 359 case D3DFMT_A8R8G8B8: return sw::FORMAT_A8R8G8B8; in translateFormat()
|
D | Direct3DDevice9.cpp | 1823 if(sourceDescription.Format == D3DFMT_A8R8G8B8 || 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/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 132 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8, in FrameSizeChange() 258 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8, in RecreateTexture() 456 _d3dpp.BackBufferFormat = D3DFMT_A8R8G8B8; in InitDevice() 1058 D3DFMT_A8R8G8B8, D3DPOOL_MANAGED, in SetBitmap()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_pipe.c | 256 [D3DFMT_A8R8G8B8] = PIPE_FORMAT_B8G8R8A8_UNORM, 315 [PIPE_FORMAT_B8G8R8A8_UNORM] = D3DFMT_A8R8G8B8,
|
D | nine_pipe.h | 410 case D3DFMT_A8R8G8B8: return "D3DFMT_A8R8G8B8"; in d3dformat_to_string()
|
D | adapter9.c | 175 bfmt == D3DFMT_A8R8G8B8)) || in backbuffer_format()
|
D | swapchain9.c | 190 pParams->BackBufferFormat = D3DFMT_A8R8G8B8; in NineSwapChain9_Resize()
|
D | device9.c | 709 user_assert(surf->desc.Format == D3DFMT_A8R8G8B8, D3DERR_INVALIDCALL); in NineDevice9_SetCursorProperties()
|
/external/webrtc/webrtc/test/win/ |
D | d3d_renderer.cc | 171 D3DFMT_A8R8G8B8, in Resize()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 1273 D3DFMT_A8R8G8B8 = 21, enumerator
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 593 D3DFMT_A8R8G8B8 = 21, enumerator
|