Home
last modified time | relevance | path

Searched refs:supports_bgra8888 (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/cc/resources/
Dplatform_color.h29 static ResourceFormat BestTextureFormat(bool supports_bgra8888) { in BestTextureFormat() argument
32 return (supports_bgra8888) ? BGRA_8888 : RGBA_8888; in BestTextureFormat()