Home
last modified time | relevance | path

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

/external/chromium_org/cc/resources/
Dresource_provider.h84 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
Dresource_provider.cc898 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()