Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.editorconfig | 21-Aug-2018 | 188 | |
android/ | 21-Aug-2018 | ||
Android.mk | 21-Aug-2018 | 1.7K | |
AndroidGen.mk | 21-Aug-2018 | 59.3K | |
CMakeLists.txt | 21-Aug-2018 | 11.6K | |
data/ | 21-Aug-2018 | ||
doc/ | 21-Aug-2018 | ||
execserver/ | 21-Aug-2018 | ||
executor/ | 21-Aug-2018 | ||
external/ | 21-Aug-2018 | ||
framework/ | 21-Aug-2018 | ||
LICENSE | 21-Aug-2018 | 11.1K | |
MODULE_LICENSE_APACHE2 | 21-Aug-2018 | 0 | |
modules/ | 21-Aug-2018 | ||
NOTICE | 21-Aug-2018 | 11.1K | |
OWNERS | 21-Aug-2018 | 120 | |
README.md | 21-Aug-2018 | 864 | |
scripts/ | 21-Aug-2018 | ||
targets/ | 21-Aug-2018 |
1 dEQP README 2 =========== 3 4 This repository contains a GPU testing suite called dEQP (drawElements Quality Program). 5 dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan. 6 7 Documentation 8 ------------- 9 10 Up-to-date documentation for the dEQP is available at 11 [Android Open Source Project site](http://source.android.com/devices/graphics/testing.html). 12 13 Khronos Vulkan Conformance Tests 14 -------------------------------- 15 16 This repository includes Khronos Vulkan CTS under `external/vulkancts` directory. 17 For more information see [Vulkan CTS README](external/vulkancts/README.md). 18 19 Khronos OpenGL / OpenGL ES Conformance Tests 20 -------------------------------- 21 22 This repository includes Khronos OpenGL / OpenGL ES CTS under `external/openglcts` directory. 23 For more information see [OpenGL / OpenGL ES CTS README](external/openglcts/README.md). 24