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

  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.h 118 uint32_t texture_pool_size_; member in class:content::VideoDecoderShim
video_decoder_shim.cc 292 texture_pool_size_(0),
443 texture_pool_size_ = texture_pool_size;
491 for (uint32_t i = 0; i < texture_pool_size_; i++)
494 host_->RequestTextures(texture_pool_size_,

Completed in 164 milliseconds