HomeSort by relevance Sort by last modified time
    Searched refs:best_texture_format_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/resources/
resource_provider.h 68 GLenum best_texture_format() const { return best_texture_format_; }
437 GLenum best_texture_format_; member in class:cc::ResourceProvider
resource_provider.cc 693 best_texture_format_(0) {}
703 best_texture_format_ = GL_RGBA;
742 best_texture_format_ = PlatformColor::BestTextureFormat(use_bgra);
    [all...]

Completed in 90 milliseconds