Lines Matching refs:CTS
10 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home)
11 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki)
104 The CTS is built via CMake build system. The requirements for the build are as follows:
112 the CTS source.
225 For OpenGL CTS releases, and OpenGL ES CTS releases prior to opengl-es-cts-3.2.4.0
230 For OpenGL CTS releases, and OpenGL ES CTS releases prior to opengl-es-cts-3.2.4.0
236 Khronos Confidential CTS.
237 It is possible to run and build the CTS without the Khronos Confidential CTS.
238 For OpenGL CTS releases, and OpenGL ES CTS releases prior to opengl-es-cts-3.2.4.0
239 Khronos Confidential CTS is mandatory if you plan to make a
241 For opengl-es-cts-3.2.4.0 and later OpenGL ES CTS releases Khronos Confidential CTS
263 cmake <path to VK-GL-CTS> -DDEQP_TARGET=default -G"<Generator Name>"
266 Khronos Confidential CTS doesn't support run-time selection of API context.
270 cmake <path to VK-GL-CTS> -DDEQP_TARGET=default -DGLCTS_GTF_TARGET=<target> -G"<Generator Name>"
275 It's also possible to build `GL-CTS.sln` in Visual Studio instead of running
279 (i.e anywhere under `<path to VK-GL-CTS>`) on Windows, since it causes
305 cmake <path to VK-GL-CTS> -DDEQP_TARGET=null -DGLCTS_GTF_TARGET=gles32
310 cmake <path to VK-GL-CTS> -DDEQP_TARGET=null -DGLCTS_GTF_TARGET=gl
313 Khronos Confidential CTS doesn't support run-time selection of API context.
335 By default the CTS package will be built for the Android API level 28.
338 If Khronos Confidential CTS is present then the script will set `GLCTS_GTF_TARGET`
351 By default the CTS package will contain libdeqp.so built for `armeabi-v7a`, `arm64-v8a`,
357 adb install -g --abi <ABI name> <build root>/Khronos-CTS.apk /data/local/tmp/Khronos-CTS.apk
412 the CTS repository. `git cherry-pick` is strongly recommended as a method of
422 All the following commands need to be run in the CTS build directory. If you
478 Khronos Confidential CTS, a conformance run may fail if it is executed for an API
483 Once the CTS binary is built and installed on the device, a new application
484 called `ES3.2 CTS`, `ES3.1 CTS`, `ES3 CTS`, `ES2 CTS`, `GL4.5 CTS`, or `GL4.6 CTS`
522 In addition to the detailed `*.qpa` output files, the Android port of the CTS
531 Run shader compiler loop test cases from the OpenGL ES 3.0 CTS using EGL config with ID 3:
539 Debug/glcts.exe --deqp-case=GL41-CTS.shaders.loops.* --deqp-gl-config-id=3
730 <TestCaseResult Version="0.3.2" CasePath="ES2-CTS.info.vendor" CaseType="SelfValidate">
743 The CTS writes test logs in XML encapsulated in a simple plain-text container
747 - `verify_submission.py` located in [VK-GL-CTS-Tools](https://github.com/KhronosGroup/VK-GL-CTS-Too…
776 report in the Gitlab VK GL CTS project
785 identify the CTS release tag and affected tests.
789 Please see the [Creating a Submission Package page](https://github.com/KhronosGroup/VK-GL-CTS/wiki/…
793 Please see the [Submission Update Package page](https://github.com/KhronosGroup/VK-GL-CTS/wiki/Subm…
797 …ce Submission Passing Criteria page](https://github.com/KhronosGroup/VK-GL-CTS/wiki/OpenGL-and-Ope…
807 same build directory with different version of the CTS, remove the build
830 The CTS results from these efforts, together with additional hard work by
920 - Tom McReynolds, NVIDIA (CTS TSG Chair, ES 1.1)
950 - Maurice Ribble, Qualcomm (CTS TSG Chair, ES 2.0)
977 - Antti Tirronen, Qualcomm (CTS TSG Chair, ES 3.0/3.1)
1041 Restore GL-specific details in preparation for initial GL CTS release.
1060 Updates for ES CTS 3.1.1.0 . Added Passing Criteria, updated examples to
1065 Updates for ES CTS 3.2.1.0.
1070 Updated to reflect new CTS structure and build instructions.
1076 Incorporated OpenGL/CTS issue 39 and 40 in the Passing Criteria.