• Home
Name Date Size #Lines LOC

..--

egl/03-May-2024-1,138879

gtf/03-May-2024-2410

native/03-May-2024-359262

DEPSD03-May-202452 43

READMED03-May-2024834 1614

dummy.ccD03-May-2024351 80

generate_gles2_conform_tests.pyD03-May-20241.4 KiB6444

generate_gles2_embedded_data.pyD03-May-20243.4 KiB12189

gles2_conform.gypiD03-May-202429.2 KiB319316

gles2_conform_support.cD03-May-2024686 2410

gles2_conform_support.gypD03-May-20243.4 KiB129126

gles2_conform_test.ccD03-May-20242.9 KiB9478

gles2_conform_test.gypD03-May-20248.8 KiB263257

gles2_conform_test.hD03-May-2024385 124

gles2_conform_test_expectations.txtD03-May-20242.6 KiB6655

README

1To run OpenGL ES 2.0 conformance tests, do the following:
2(These require access to Google-internal sources.)
31. Generate build files:
4   "python build/gyp_chromium gpu/gles2_conform_support/gles2_conform_test.gyp"
5   or set "GYP_DEFINES=internal_gles2_conform_tests=1" and rebuild your
6   projects using your standard method. Example:
7   "GYP_DEFINES=internal_gles2_conform_tests=1 gclient runhooks"
82. Build any of the two targets:
9   - gles2_conform_test_angle which tests ANGLE
10   - gles2_conform_test_native which tests command-buffer service
11   - gles2_conform_test_windowless which tests command-buffer service on most platforms
12   - gles2_conform_test_pepper will be added later
133. Run the targets as: "<path to>gles2_conform_test_native -noimagefileio
14   -run=<path to>third_party\gles2_conform\GTF_ES\glsl\GTF\mustpass.run"
15
16