tree: 4c65f3d2f0ee8e073123fe66f16306c6cd1db9aa [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_context_provider.h
  12. metal_context_provider.mm
  13. raster_context_provider.cc
  14. raster_context_provider.h
  15. README.md
  16. vulkan_context_provider.h
  17. vulkan_in_process_context_provider.cc
  18. vulkan_in_process_context_provider.h
  19. vulkan_in_process_context_provider_unittest.cc
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).