HomeSort by relevance Sort by last modified time
    Searched refs:X1R5G5B5 (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/src/D3D8/
Capabilities.hpp 30 static bool X1R5G5B5;
55 static bool X1R5G5B5;
95 static bool X1R5G5B5;
137 static bool X1R5G5B5;
162 static bool X1R5G5B5;
202 static bool X1R5G5B5;
244 static bool X1R5G5B5;
269 static bool X1R5G5B5;
Capabilities.cpp 23 bool Capabilities::Surface::RenderTarget::X1R5G5B5 = true;
43 bool Capabilities::Surface::X1R5G5B5 = true;
75 bool Capabilities::Volume::X1R5G5B5 = true;
107 bool Capabilities::CubeMap::RenderTarget::X1R5G5B5 = true;
127 bool Capabilities::CubeMap::X1R5G5B5 = true;
159 bool Capabilities::VolumeTexture::X1R5G5B5 = true;
191 bool Capabilities::Texture::RenderTarget::X1R5G5B5 = true;
211 bool Capabilities::Texture::X1R5G5B5 = true;
Direct3D8.cpp 172 case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
205 case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
246 case D3DFMT_X1R5G5B5: if(!Capabilities::Volume::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
288 case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
321 case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
362 case D3DFMT_X1R5G5B5: if(!Capabilities::VolumeTexture::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
404 case D3DFMT_X1R5G5B5: if(!Capabilities::Texture::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
437 case D3DFMT_X1R5G5B5: if(!Capabilities::Texture::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/swiftshader/src/D3D9/
Capabilities.hpp 50 static bool X1R5G5B5;
89 static bool X1R5G5B5;
146 static bool X1R5G5B5;
202 static bool X1R5G5B5;
241 static bool X1R5G5B5;
294 static bool X1R5G5B5;
350 static bool X1R5G5B5;
390 static bool X1R5G5B5;
Capabilities.cpp 24 bool Capabilities::Surface::RenderTarget::X1R5G5B5 = true;
57 bool Capabilities::Surface::X1R5G5B5 = true;
103 bool Capabilities::Volume::X1R5G5B5 = true;
148 bool Capabilities::CubeMap::RenderTarget::X1R5G5B5 = true;
181 bool Capabilities::CubeMap::X1R5G5B5 = true;
225 bool Capabilities::VolumeTexture::X1R5G5B5 = true;
270 bool Capabilities::Texture::RenderTarget::X1R5G5B5 = true;
304 bool Capabilities::Texture::X1R5G5B5 = true;
Direct3D9.cpp 263 case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
312 case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
372 case D3DFMT_X1R5G5B5: if(!Capabilities::Volume::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
430 case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
479 case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
535 case D3DFMT_X1R5G5B5: if(!Capabilities::VolumeTexture::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_format.c 109 _T(B5G5R5X1_UNORM, X1R5G5B5, X1R5G5B5),
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_format.c 139 R_(B5G5R5X1_UNORM , X1R5G5B5 ),

Completed in 551 milliseconds