tree: e9b403c3ea101bbb4df4237eadb6c024c69a4bb8 [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_provider.cc
  6. context_provider.h
  7. DEPS
  8. in_process_context_provider.cc
  9. in_process_context_provider.h
  10. README.md
  11. vulkan_context_provider.h
  12. vulkan_in_process_context_provider.cc
  13. 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).