Searched refs:copy_texture_to_impl_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc778 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();
1354 return copy_texture_to_impl_
[all...]
H A Dgl_helper.h330 // Creates |copy_texture_to_impl_| if NULL.
342 scoped_ptr<CopyTextureToImpl> copy_texture_to_impl_; member in class:content::GLHelper

Completed in 969 milliseconds