Home | History | Annotate | only in /external/chromium_org/gpu/gles2_conform_support
Up to higher level directory
NameDateSize
DEPS05-Aug-201552
dummy.cc05-Aug-2015351
egl/05-Aug-2015
generate_gles2_conform_tests.py05-Aug-20151.4K
generate_gles2_embedded_data.py05-Aug-20153.4K
gles2_conform.gypi05-Aug-201529.2K
gles2_conform_support.c05-Aug-2015686
gles2_conform_support.gyp05-Aug-20153.4K
gles2_conform_test.cc05-Aug-20153.1K
gles2_conform_test.gyp05-Aug-20158.8K
gles2_conform_test.h05-Aug-2015385
gles2_conform_test_expectations.txt05-Aug-20154.6K
gtf/05-Aug-2015
native/05-Aug-2015
README05-Aug-2015834

README

      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    "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"
      8 2. 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
     13 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"
     15 
     16