Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 To run OpenGL ES 2.0 conformance tests, do the following: | |
|
Ken Russell (switch to Gerrit)
2013/12/05 00:40:15
Is it worth adding a note that these require acces
Zhenyao Mo
2013/12/05 01:48:31
Done.
| |
| 2 1. Generate build files: | |
| 3 "python build/gyp_chromium gpu/gles2_conform_support/gles2_conform_test.gyp" | |
| 4 or set "GYP_DEFINES=internal_gles2_conform_tests=1" and rebuild your | |
| 5 projects using your standard method. Example: | |
| 6 "GYP_DEFINES=internal_gles2_conform_tests=1 gclient runhooks" | |
| 7 2. Build any of the two targets: | |
| 8 - gles2_conform_test_angle which tests ANGLE | |
| 9 - gles2_conform_test_native which tests command-buffer service | |
| 10 - gles2_conform_test_windowless which tests command-buffer service on most pl atforms | |
| 11 - gles2_conform_test_pepper will be added later | |
| 12 3. Run the targets as: "<path to>gles2_conform_test_native -noimagefileio | |
| 13 -run=<path to>third_party\gles2_conform\GTF_ES\glsl\GTF\mustpass.run" | |
| 14 | |
| OLD | NEW |