Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dgl_helper.cc146 void ReadbackTextureAsync(GLuint texture,
366 void GLHelper::CopyTextureToImpl::ReadbackTextureAsync( in ReadbackTextureAsync() function in gpu::GLHelper::CopyTextureToImpl
489 void GLHelper::ReadbackTextureAsync(GLuint texture, in ReadbackTextureAsync() function in gpu::GLHelper
496 copy_texture_to_impl_->ReadbackTextureAsync(texture, texture_target, dst_size, in ReadbackTextureAsync()
H A Dgl_helper.h157 void ReadbackTextureAsync(GLuint texture,
H A Draster_implementation_gles.cc240 GetGLHelper()->ReadbackTextureAsync( in ReadbackARGBPixelsAsync()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dgl_helper.cc146 void ReadbackTextureAsync(GLuint texture,
366 void GLHelper::CopyTextureToImpl::ReadbackTextureAsync( in ReadbackTextureAsync() function in gpu::GLHelper::CopyTextureToImpl
489 void GLHelper::ReadbackTextureAsync(GLuint texture, in ReadbackTextureAsync() function in gpu::GLHelper
496 copy_texture_to_impl_->ReadbackTextureAsync(texture, texture_target, dst_size, in ReadbackTextureAsync()
H A Dgl_helper.h157 void ReadbackTextureAsync(GLuint texture,
H A Draster_implementation_gles.cc268 GetGLHelper()->ReadbackTextureAsync( in ReadbackARGBPixelsAsync()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/tests/
H A Dgl_helper_unittest.cc1027 helper_->ReadbackTextureAsync( in ReadBackTexture()