Searched refs:GetFormatSupport (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/ |
D | Caps.cpp | 205 static bool GetFormatSupport(const TextureCapsMap &textureCaps, in GetFormatSupport() function 225 return GetFormatSupport(textureCaps, requiredFormats, false, false, true, true, false); in DeterminePackedDepthStencilSupport() 235 return GetFormatSupport(textureCaps, requiredFormats, true, false, true, false, false); in DetermineReadDepthSupport() 245 return GetFormatSupport(textureCaps, requiredFormats, false, false, true, false, false); in DetermineReadStencilSupport() 256 return GetFormatSupport(textureCaps, requiredFormats, true, false, true, false, false); in DetermineDepthBufferFloat2Support() 266 return GetFormatSupport(textureCaps, requiredFormats, false, false, false, true, false); in DetermineRGBA8TextureSupport() 288 return GetFormatSupport(textureCaps, requiredTexturingFormats, true, false, false, false, in DetermineRequiredInternalFormatTextureSupport() 290 GetFormatSupport(textureCaps, requiredRenderingFormats, false, false, false, true, in DetermineRequiredInternalFormatTextureSupport() 301 return GetFormatSupport(textureCaps, requiredFormats, false, false, false, true, false); in DetermineRGB8TextureSupport() 312 return GetFormatSupport(textureCaps, requiredFormats, true, true, true, true, false); in DetermineBGRA8TextureSupport() [all …]
|