Home
last modified time | relevance | path

Searched refs:D3DFMT_L8 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp234 … case D3DFMT_L8: if(!Capabilities::Surface::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
275 … case D3DFMT_L8: if(!Capabilities::Volume::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
350 … case D3DFMT_L8: if(!Capabilities::CubeMap::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
391 …case D3DFMT_L8: if(!Capabilities::VolumeTexture::L8) return NOTAVAILABLE(); else return D3… in CheckDeviceFormat()
466 … case D3DFMT_L8: if(!Capabilities::Texture::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
DDirect3DSurface8.cpp268 case D3DFMT_L8: return sw::FORMAT_L8; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c274 [D3DFMT_L8] = PIPE_FORMAT_L8_UNORM,
335 [PIPE_FORMAT_L8_UNORM] = D3DFMT_L8,
Dnine_pipe.h428 case D3DFMT_L8: return "D3DFMT_L8"; in d3dformat_to_string()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp355 … case D3DFMT_L8: if(!Capabilities::Surface::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
415 … case D3DFMT_L8: if(!Capabilities::Volume::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
522 … case D3DFMT_L8: if(!Capabilities::CubeMap::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
578 …case D3DFMT_L8: if(!Capabilities::VolumeTexture::L8) return NOTAVAILABLE(); else return D3… in CheckDeviceFormat()
686 … case D3DFMT_L8: if(!Capabilities::Texture::L8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
DDirect3DSurface9.cpp381 case D3DFMT_L8: return sw::FORMAT_L8; in translateFormat()
DCapabilities.cpp360 case D3DFMT_L8: in isSRGBreadable()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1289 D3DFMT_L8 = 50, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h611 D3DFMT_L8 = 50, enumerator