Home
last modified time | relevance | path

Searched refs:D3DFMT_A8R8G8B8 (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp178 …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()
DDirect3DSurface8.cpp251 case D3DFMT_A8R8G8B8: return sw::FORMAT_A8R8G8B8; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp269 …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 …]
DCapabilities.cpp363 case D3DFMT_A8R8G8B8: in isSRGBreadable()
392 case D3DFMT_A8R8G8B8: in isSRGBwritable()
DDirect3DSurface9.cpp359 case D3DFMT_A8R8G8B8: return sw::FORMAT_A8R8G8B8; in translateFormat()
DDirect3DDevice9.cpp1823 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/
Dvideo_render_direct3d9.cc132 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/
Dnine_pipe.c256 [D3DFMT_A8R8G8B8] = PIPE_FORMAT_B8G8R8A8_UNORM,
315 [PIPE_FORMAT_B8G8R8A8_UNORM] = D3DFMT_A8R8G8B8,
Dnine_pipe.h410 case D3DFMT_A8R8G8B8: return "D3DFMT_A8R8G8B8"; in d3dformat_to_string()
Dadapter9.c175 bfmt == D3DFMT_A8R8G8B8)) || in backbuffer_format()
Dswapchain9.c190 pParams->BackBufferFormat = D3DFMT_A8R8G8B8; in NineSwapChain9_Resize()
Ddevice9.c709 user_assert(surf->desc.Format == D3DFMT_A8R8G8B8, D3DERR_INVALIDCALL); in NineDevice9_SetCursorProperties()
/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc171 D3DFMT_A8R8G8B8, in Resize()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1273 D3DFMT_A8R8G8B8 = 21, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h593 D3DFMT_A8R8G8B8 = 21, enumerator