Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
android/ | 03-May-2024 | - | 892,973 | 890,451 | ||
data/ | 03-May-2024 | - | 127,446 | 110,104 | ||
doc/ | 03-May-2024 | - | 8,791 | 6,975 | ||
execserver/ | 03-May-2024 | - | 4,982 | 3,449 | ||
executor/ | 03-May-2024 | - | 10,126 | 7,241 | ||
external/ | 03-May-2024 | - | 504,074 | 435,217 | ||
framework/ | 03-May-2024 | - | 164,123 | 121,498 | ||
modules/ | 03-May-2024 | - | 469,947 | 360,244 | ||
scripts/ | 03-May-2024 | - | 8,993 | 6,255 | ||
targets/ | 03-May-2024 | - | 602 | 494 | ||
.editorconfig | D | 03-May-2024 | 188 | 10 | 8 | |
.gitignore | D | 03-May-2024 | 54 | 8 | 7 | |
Android.mk | D | 03-May-2024 | 55.2 KiB | 1,063 | 1,042 | |
CMakeLists.txt | D | 03-May-2024 | 10 KiB | 278 | 217 | |
LICENSE | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
OWNERS | D | 03-May-2024 | 76 | 5 | 4 | |
README.md | D | 03-May-2024 | 602 | 18 | 12 |
README.md
1dEQP README 2=========== 3 4This repository contains a GPU testing suite called dEQP (drawElements Quality Program). 5dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan. 6 7Documentation 8------------- 9 10Up-to-date documentation for the dEQP is available at 11[Android Open Source Project site](http://source.android.com/devices/graphics/testing.html). 12 13Khronos Vulkan Conformance Tests 14-------------------------------- 15 16This repository includes Khronos Vulkan CTS under `external/vulkancts` directory. 17For more information see [Vulkan CTS README](external/vulkancts/README.md). 18