[cmx] Migrate vulkan-cts to 'isolated-persistent-storage'

From a shell, you can locate test results under paths like this (differs
depending on test component that is run):
/data/r/sys/fuchsia.com:vulkan-cts:0#meta:vulkan-cts.cmx/TestResults.qpa

CF-28 #progress

Change-Id: I86a2b5d36926a1b424ecbdb287d3ed6cfb13e8de
5 files changed
tree: e2f90d0258537c33a03803aaef43294954a94c79
  1. .github/
  2. android/
  3. data/
  4. doc/
  5. execserver/
  6. executor/
  7. external/
  8. framework/
  9. fuchsia/
  10. modules/
  11. scripts/
  12. targets/
  13. .editorconfig
  14. .gitignore
  15. .travis.yml
  16. Android.mk
  17. AndroidGen.mk
  18. CMakeLists.txt
  19. LICENSE
  20. MODULE_LICENSE_APACHE2
  21. NOTICE
  22. OWNERS
  23. README.md
README.md

dEQP README

This repository contains a GPU testing suite called dEQP (drawElements Quality Program). dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan.

Documentation

Up-to-date documentation for the dEQP is available at Android Open Source Project site.

Khronos Vulkan Conformance Tests

This repository includes Khronos Vulkan CTS under external/vulkancts directory. For more information see Vulkan CTS README.

Khronos OpenGL / OpenGL ES Conformance Tests

This repository includes Khronos OpenGL / OpenGL ES CTS under external/openglcts directory. For more information see OpenGL / OpenGL ES CTS README.