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 778 copy_texture_to_impl_->CropScaleReadbackAndCleanTexture(src_texture,
815 copy_texture_to_impl_->ReadbackTextureSync(texture, src_rect, out, format);
825 copy_texture_to_impl_->ReadbackTextureAsync(texture,
834 return copy_texture_to_impl_->CopyAndScaleTexture(
844 return copy_texture_to_impl_->CopyAndScaleTexture(
872 // Lazily initialize |copy_texture_to_impl_|
873 if (!copy_texture_to_impl_)
874 copy_texture_to_impl_.reset(
886 return copy_texture_to_impl_->MaxDrawBuffers();
    [all...]
gl_helper.h 330 // Creates |copy_texture_to_impl_| if NULL.
342 scoped_ptr<CopyTextureToImpl> copy_texture_to_impl_; member in class:content::GLHelper

Completed in 180 milliseconds