tree: 0deb6e4e443d3b5a919b084a2a1e9bb39f87e314 [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. raster_context_provider.cc
  11. raster_context_provider.h
  12. README.md
  13. vulkan_context_provider.h
  14. vulkan_in_process_context_provider.cc
  15. vulkan_in_process_context_provider.h
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).