| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| android/ | 03-May-2024 | - | 1,868,400 | 1,865,798 | ||
| data/ | 03-May-2024 | - | 119,618 | 103,435 | ||
| doc/ | 03-May-2024 | - | 8,665 | 6,881 | ||
| execserver/ | 03-May-2024 | - | 4,980 | 3,447 | ||
| executor/ | 03-May-2024 | - | 10,125 | 7,240 | ||
| external/ | 03-May-2024 | - | 274,008 | 234,862 | ||
| framework/ | 03-May-2024 | - | 156,170 | 115,683 | ||
| modules/ | 03-May-2024 | - | 458,063 | 351,102 | ||
| scripts/ | 03-May-2024 | - | 8,450 | 5,831 | ||
| targets/ | 03-May-2024 | - | 333 | 238 | ||
| .gitignore | D | 03-May-2024 | 31 | 6 | 5 | |
| Android.mk | D | 03-May-2024 | 45.3 KiB | 926 | 911 | |
| CMakeLists.txt | D | 03-May-2024 | 11.1 KiB | 318 | 247 | |
| 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 | |
| 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