Searched refs:supports_bgra8888 (Results 1 – 1 of 1) sorted by relevance
29 static ResourceFormat BestTextureFormat(bool supports_bgra8888) { in BestTextureFormat() argument32 return (supports_bgra8888) ? BGRA_8888 : RGBA_8888; in BestTextureFormat()