README 943 B

12345678910111213141516171819
  1. To run OpenGL ES 2.0 conformance tests, do the following:
  2. (These require access to Google-internal sources.)
  3. 1. Generate build files:
  4. [GYP]
  5. "python build/gyp_chromium gpu/gles2_conform_support/gles2_conform_test.gyp"
  6. or set "GYP_DEFINES=internal_gles2_conform_tests=1" and rebuild your
  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"
  12. 2. Build any of the two targets:
  13. - gles2_conform_test_angle which tests ANGLE
  14. - gles2_conform_test_native which tests command-buffer service
  15. - gles2_conform_test_windowless which tests command-buffer service on most platforms
  16. - gles2_conform_test_pepper will be added later
  17. 3. Run the targets as: "<path to>gles2_conform_test_native -noimagefileio
  18. -run=<path to>third_party\gles2_conform\GTF_ES\glsl\GTF\mustpass.run"