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

  /external/swiftshader/src/D3D9/
Capabilities.hpp 63 static bool A2R10G10B10;
105 static bool A2R10G10B10;
162 static bool A2R10G10B10;
215 static bool A2R10G10B10;
257 static bool A2R10G10B10;
310 static bool A2R10G10B10;
363 static bool A2R10G10B10;
406 static bool A2R10G10B10;
Capabilities.cpp 36 bool Capabilities::Surface::RenderTarget::A2R10G10B10 = true;
71 bool Capabilities::Surface::A2R10G10B10 = true;
117 bool Capabilities::Volume::A2R10G10B10 = true;
160 bool Capabilities::CubeMap::RenderTarget::A2R10G10B10 = true;
195 bool Capabilities::CubeMap::A2R10G10B10 = true;
239 bool Capabilities::VolumeTexture::A2R10G10B10 = true;
282 bool Capabilities::Texture::RenderTarget::A2R10G10B10 = true;
318 bool Capabilities::Texture::A2R10G10B10 = true;
Direct3D9.cpp 276 case D3DFMT_A2R10G10B10: if(!Capabilities::Surface::RenderTarget::A2R10G10B10) return NOTAVAILABLE(); else return D3D_OK;
328 case D3DFMT_A2R10G10B10: if(!Capabilities::Surface::A2R10G10B10) return NOTAVAILABLE(); else return D3D_OK;
388 case D3DFMT_A2R10G10B10: if(!Capabilities::Volume::A2R10G10B10) return NOTAVAILABLE(); else return D3D_OK;
443 case D3DFMT_A2R10G10B10: if(!Capabilities::CubeMap::RenderTarget::A2R10G10B10) return NOTAVAILABLE(); else return D3D_OK;
495 case D3DFMT_A2R10G10B10: if(!Capabilities::CubeMap::A2R10G10B10) return NOTAVAILABLE(); else return D3D_OK;
    [all...]

Completed in 157 milliseconds