Home
last modified time | relevance | path

Searched refs:ReadbackTextureAsync (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/common/gpu/client/
Dgl_helper.cc153 void ReadbackTextureAsync(GLuint texture,
554 void GLHelper::CopyTextureToImpl::ReadbackTextureAsync( in ReadbackTextureAsync() function in content::GLHelper::CopyTextureToImpl
727 void GLHelper::ReadbackTextureAsync( in ReadbackTextureAsync() function in content::GLHelper
734 copy_texture_to_impl_->ReadbackTextureAsync(texture, in ReadbackTextureAsync()
Dgl_helper.h209 void ReadbackTextureAsync(GLuint texture,
Dgl_helper_unittest.cc982 helper_->ReadbackTextureAsync(src_texture, in ReadBackTexture()