Lines Matching +full:- +full:- +full:with +full:- +full:vulkan +full:- +full:drivers
5 dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan.
8 -------------
10 Up-to-date documentation for the dEQP is available at
14 These can be viewed with the [Cherry](https://android.googlesource.com/platform/external/cherry/+/m…
17 Khronos Vulkan Conformance Tests
18 --------------------------------
20 This repository includes Khronos Vulkan CTS under `external/vulkancts` directory.
21 For more information see [Vulkan CTS README](external/vulkancts/README.md).
24 --------------------------------
30 --------------------------------
33 [here](https://chromium.googlesource.com/angle/angle.git/+/HEAD/doc/DevSetup.md#building-angle-for-…
35 The resulting ANGLE shared object libraries can be linked against and embedded into `dEQP.apk` with
36 the `--angle-path` option. This will cause `dEQP.apk` to use the ANGLE libraries for OpenGL ES
37 calls, rather than the native drivers.
43 be generated with `--abis arm64-v8a`, issue the following commands:
46 mkdir arm64-v8a && cd arm64-v8a
49 The `--angle-path ~/chromium/src/out/Release/` option can then be used to link against and embed the
52 …python scripts/android/build_apk.py --sdk <path to Android SDK> --ndk <path to Android NDK> --abis…