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

  /external/chromium_org/content/common/gpu/client/
gl_helper.cc 570 copy_texture_to_impl_->CropScaleReadbackAndCleanTexture(
598 copy_texture_to_impl_->ReadbackTextureSync(texture,
606 return copy_texture_to_impl_->CopyAndScaleTexture(
621 return copy_texture_to_impl_->CopyAndScaleTexture(texture,
644 // Lazily initialize |copy_texture_to_impl_|
645 if (!copy_texture_to_impl_)
646 copy_texture_to_impl_.reset(
658 return copy_texture_to_impl_->MaxDrawBuffers();
    [all...]
gl_helper.h 374 // Creates |copy_texture_to_impl_| if NULL.
381 scoped_ptr<CopyTextureToImpl> copy_texture_to_impl_; member in class:content::GLHelper

Completed in 23 milliseconds