Searched refs:best_texture_format_ (Results 1 – 2 of 2) sorted by relevance
84 return use_rgba_4444_texture_format_ ? RGBA_4444 : best_texture_format_; in memory_efficient_texture_format()86 ResourceFormat best_texture_format() const { return best_texture_format_; } in best_texture_format()498 ResourceFormat best_texture_format_; variable
898 best_texture_format_(RGBA_8888), in ResourceProvider()914 best_texture_format_ = RGBA_8888; in InitializeSoftware()940 best_texture_format_ = PlatformColor::BestTextureFormat(use_bgra); in InitializeGL()