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

  /external/swiftshader/src/D3D9/
Capabilities.hpp 67 static bool G16R16F;
118 static bool G16R16F;
175 static bool G16R16F;
219 static bool G16R16F;
270 static bool G16R16F;
323 static bool G16R16F;
367 static bool G16R16F;
419 static bool G16R16F;
Capabilities.cpp 39 bool Capabilities::Surface::RenderTarget::G16R16F = true;
82 bool Capabilities::Surface::G16R16F = true;
128 bool Capabilities::Volume::G16R16F = true;
163 bool Capabilities::CubeMap::RenderTarget::G16R16F = true;
206 bool Capabilities::CubeMap::G16R16F = true;
250 bool Capabilities::VolumeTexture::G16R16F = true;
285 bool Capabilities::Texture::RenderTarget::G16R16F = true;
329 bool Capabilities::Texture::G16R16F = true;
Direct3D9.cpp 280 case D3DFMT_G16R16F: if(!Capabilities::Surface::RenderTarget::G16R16F) return NOTAVAILABLE(); else return D3D_OK;
341 case D3DFMT_G16R16F: if(!Capabilities::Surface::G16R16F) return NOTAVAILABLE(); else return D3D_OK;
401 case D3DFMT_G16R16F: if(!Capabilities::Volume::G16R16F) return NOTAVAILABLE(); else return D3D_OK;
447 case D3DFMT_G16R16F: if(!Capabilities::CubeMap::RenderTarget::G16R16F) return NOTAVAILABLE(); else return D3D_OK;
508 case D3DFMT_G16R16F: if(!Capabilities::CubeMap::G16R16F) return NOTAVAILABLE(); else return D3D_OK;
    [all...]

Completed in 92 milliseconds