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

  /external/swiftshader/src/D3D8/
Capabilities.hpp 37 static bool X8R8G8B8;
62 static bool X8R8G8B8;
102 static bool X8R8G8B8;
144 static bool X8R8G8B8;
169 static bool X8R8G8B8;
209 static bool X8R8G8B8;
251 static bool X8R8G8B8;
276 static bool X8R8G8B8;
Capabilities.cpp 30 bool Capabilities::Surface::RenderTarget::X8R8G8B8 = true;
50 bool Capabilities::Surface::X8R8G8B8 = true;
82 bool Capabilities::Volume::X8R8G8B8 = true;
114 bool Capabilities::CubeMap::RenderTarget::X8R8G8B8 = true;
134 bool Capabilities::CubeMap::X8R8G8B8 = true;
166 bool Capabilities::VolumeTexture::X8R8G8B8 = true;
198 bool Capabilities::Texture::RenderTarget::X8R8G8B8 = true;
218 bool Capabilities::Texture::X8R8G8B8 = true;
Direct3D8.cpp 179 case D3DFMT_X8R8G8B8: if(!Capabilities::Surface::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
212 case D3DFMT_X8R8G8B8: if(!Capabilities::Surface::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
253 case D3DFMT_X8R8G8B8: if(!Capabilities::Volume::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
295 case D3DFMT_X8R8G8B8: if(!Capabilities::CubeMap::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
328 case D3DFMT_X8R8G8B8: if(!Capabilities::CubeMap::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
369 case D3DFMT_X8R8G8B8: if(!Capabilities::VolumeTexture::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
411 case D3DFMT_X8R8G8B8: if(!Capabilities::Texture::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
444 case D3DFMT_X8R8G8B8: if(!Capabilities::Texture::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/swiftshader/src/D3D9/
Capabilities.hpp 57 static bool X8R8G8B8;
96 static bool X8R8G8B8;
153 static bool X8R8G8B8;
209 static bool X8R8G8B8;
248 static bool X8R8G8B8;
301 static bool X8R8G8B8;
357 static bool X8R8G8B8;
397 static bool X8R8G8B8;
Capabilities.cpp 31 bool Capabilities::Surface::RenderTarget::X8R8G8B8 = true;
64 bool Capabilities::Surface::X8R8G8B8 = true;
110 bool Capabilities::Volume::X8R8G8B8 = true;
155 bool Capabilities::CubeMap::RenderTarget::X8R8G8B8 = true;
188 bool Capabilities::CubeMap::X8R8G8B8 = true;
232 bool Capabilities::VolumeTexture::X8R8G8B8 = true;
277 bool Capabilities::Texture::RenderTarget::X8R8G8B8 = true;
311 bool Capabilities::Texture::X8R8G8B8 = true;
Direct3D9.cpp 270 case D3DFMT_X8R8G8B8: if(!Capabilities::Surface::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
319 case D3DFMT_X8R8G8B8: if(!Capabilities::Surface::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
379 case D3DFMT_X8R8G8B8: if(!Capabilities::Volume::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
437 case D3DFMT_X8R8G8B8: if(!Capabilities::CubeMap::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
486 case D3DFMT_X8R8G8B8: if(!Capabilities::CubeMap::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
542 case D3DFMT_X8R8G8B8: if(!Capabilities::VolumeTexture::X8R8G8B8) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_format.c 158 _T(B8G8R8X8_UNORM, X8R8G8B8, X8R8G8B8),
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_format.c 141 R_(BGRX8888_UNORM , X8R8G8B8 ),

Completed in 94 milliseconds