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

  /external/swiftshader/src/D3D9/
Capabilities.hpp 68 static bool A16B16G16R16F;
119 static bool A16B16G16R16F;
176 static bool A16B16G16R16F;
220 static bool A16B16G16R16F;
271 static bool A16B16G16R16F;
324 static bool A16B16G16R16F;
368 static bool A16B16G16R16F;
420 static bool A16B16G16R16F;
Capabilities.cpp 40 bool Capabilities::Surface::RenderTarget::A16B16G16R16F = true;
83 bool Capabilities::Surface::A16B16G16R16F = true;
129 bool Capabilities::Volume::A16B16G16R16F = true;
164 bool Capabilities::CubeMap::RenderTarget::A16B16G16R16F = true;
207 bool Capabilities::CubeMap::A16B16G16R16F = true;
251 bool Capabilities::VolumeTexture::A16B16G16R16F = true;
286 bool Capabilities::Texture::RenderTarget::A16B16G16R16F = true;
330 bool Capabilities::Texture::A16B16G16R16F = true;
Direct3D9.cpp 281 case D3DFMT_A16B16G16R16F: if(!Capabilities::Surface::RenderTarget::A16B16G16R16F) return NOTAVAILABLE(); else return D3D_OK;
342 case D3DFMT_A16B16G16R16F: if(!Capabilities::Surface::A16B16G16R16F) return NOTAVAILABLE(); else return D3D_OK;
402 case D3DFMT_A16B16G16R16F: if(!Capabilities::Volume::A16B16G16R16F) return NOTAVAILABLE(); else return D3D_OK;
448 case D3DFMT_A16B16G16R16F: if(!Capabilities::CubeMap::RenderTarget::A16B16G16R16F) return NOTAVAILABLE(); else return D3D_OK;
509 case D3DFMT_A16B16G16R16F: if(!Capabilities::CubeMap::A16B16G16R16F) return NOTAVAILABLE(); else return D3D_OK;
    [all...]

Completed in 269 milliseconds