Home
last modified time | relevance | path

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

/external/chromium_org/cc/resources/
Dresource_provider.cc603 DCHECK(texture_uploader_.get()); in SetPixels()
605 texture_uploader_->Upload(image, in SetPixels()
635 if (!texture_uploader_) in NumBlockingUploads()
638 return texture_uploader_->NumBlockingUploads(); in NumBlockingUploads()
642 if (!texture_uploader_) in MarkPendingUploadsAsNonBlocking()
645 texture_uploader_->MarkPendingUploadsAsNonBlocking(); in MarkPendingUploadsAsNonBlocking()
649 if (!texture_uploader_) in EstimatedUploadsPerTick()
652 double textures_per_second = texture_uploader_->EstimatedTexturesPerSecond(); in EstimatedUploadsPerTick()
659 if (!texture_uploader_) in FlushUploads()
662 texture_uploader_->Flush(); in FlushUploads()
[all …]
Dresource_provider.h496 scoped_ptr<TextureUploader> texture_uploader_; variable