tree: 344263e0c95d4c964276b5fb3a993ad6efd8a001 [path history] [tgz]
  1. context_cache_controller.cc
  2. context_cache_controller.h
  3. context_cache_controller_unittest.cc
  4. context_lost_observer.h
  5. context_lost_reason.cc
  6. context_lost_reason.h
  7. context_provider.cc
  8. context_provider.h
  9. DEPS
  10. gpu_vsync_callback.h
  11. metal_api_proxy.h
  12. metal_api_proxy.mm
  13. metal_context_provider.h
  14. metal_context_provider.mm
  15. raster_context_provider.cc
  16. raster_context_provider.h
  17. README.md
  18. vulkan_context_provider.h
  19. vulkan_in_process_context_provider.cc
  20. vulkan_in_process_context_provider.h
qt-everywhere-src-5.14.1/qtwebengine/src/3rdparty/chromium/components/viz/common/gpu/README.md

gpu/

This directory contains viz APIs for access to the gpu services.

ContextProvider

The primary interface to control access to the gpu and lifetime of client-side gpu control structures (such as the GLES2Implementation that gives access to the command buffer).