commit | 8d4478a831f430a8c0bb8e5a013742d71b7682b0 | [log] [tgz] |
---|---|---|
author | Boris Zanin <boris.zanin@mobica.com> | Tue Aug 29 14:35:02 2017 +0200 |
committer | Alexander Galazin <Alexander.Galazin@arm.com> | Mon Sep 11 05:25:57 2017 -0400 |
tree | ea3ff32452a43dc75ae521df8af934c37359ac09 | |
parent | 95119315f103deff4c2be45a6ce2bcda0e103596 [diff] |
Add uintXX_t checks into check_all.py The mentioned types are not defined in Windows, but are defined in linux. Presence of this type breaks Windows builds. To make it easyily detectable under linux additional check for [su]int[8,16,32,64]_t types is added into check_all.py script. Components: Framework VK-GL-CTS Issue: 644 Change-Id: Ia332456fda93d068b11c1f53d5a3baf1c1740426
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.
Up-to-date documentation for the dEQP is available at Android Open Source Project site.
This repository includes Khronos Vulkan CTS under external/vulkancts
directory. For more information see Vulkan CTS README.
This repository includes Khronos OpenGL / OpenGL ES CTS under external/openglcts
directory. For more information see OpenGL / OpenGL ES CTS README.