Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Side by Side Diff: gpu/gles2_conform_support/README

Issue 2083093002: Update some documentation for gles2_conform_support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gpu/gles2_conform_support/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 To run OpenGL ES 2.0 conformance tests, do the following: 1 To run OpenGL ES 2.0 conformance tests, do the following:
2 (These require access to Google-internal sources.) 2 (These require access to Google-internal sources.)
3 1. Generate build files: 3 1. Generate build files:
4 "python build/gyp_chromium gpu/gles2_conform_support/gles2_conform_test.gyp" 4 [GYP]
5 or set "GYP_DEFINES=internal_gles2_conform_tests=1" and rebuild your 5 "python build/gyp_chromium gpu/gles2_conform_support/gles2_conform_test.gyp "
6 projects using your standard method. Example: 6 or set "GYP_DEFINES=internal_gles2_conform_tests=1" and rebuild your
7 "GYP_DEFINES=internal_gles2_conform_tests=1 gclient runhooks" 7 projects using your standard method. Example:
8 "GYP_DEFINES=internal_gles2_conform_tests=1 gclient runhooks"
9 [GN]
10 "gn args out/gn" and add the config
11 "internal_gles2_conform_tests = true"
8 2. Build any of the two targets: 12 2. Build any of the two targets:
9 - gles2_conform_test_angle which tests ANGLE 13 - gles2_conform_test_angle which tests ANGLE
10 - gles2_conform_test_native which tests command-buffer service 14 - gles2_conform_test_native which tests command-buffer service
11 - gles2_conform_test_windowless which tests command-buffer service on most pl atforms 15 - gles2_conform_test_windowless which tests command-buffer service on most pl atforms
12 - gles2_conform_test_pepper will be added later 16 - gles2_conform_test_pepper will be added later
13 3. Run the targets as: "<path to>gles2_conform_test_native -noimagefileio 17 3. 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" 18 -run=<path to>third_party\gles2_conform\GTF_ES\glsl\GTF\mustpass.run"
15 19
OLDNEW
« no previous file with comments | « gpu/gles2_conform_support/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698