Rebecca Chang Swee Fun fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
..
egl fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
gtf fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
native fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
BUILD.gn fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
DEPS fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
README fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
dummy.cc fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
generate_gles2_conform_tests.py fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
generate_gles2_embedded_data.py fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
gles2_conform_support.c fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
gles2_conform_test.cc fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
gles2_conform_test.h fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前
gles2_conform_test_expectations.txt fea2a55e2a Publish chromium based on 107.0.5304.88 1 年之前

README

To run OpenGL ES 2.0 conformance tests, do the following:
(These require access to Google-internal sources.)
1. Generate build files:
[GYP]
"python build/gyp_chromium gpu/gles2_conform_support/gles2_conform_test.gyp"
or set "GYP_DEFINES=internal_gles2_conform_tests=1" and rebuild your
projects using your standard method. Example:
"GYP_DEFINES=internal_gles2_conform_tests=1 gclient runhooks"
[GN]
"gn args out/gn" and add the config
"internal_gles2_conform_tests = true"
2. Build any of the two targets:
- gles2_conform_test_angle which tests ANGLE
- gles2_conform_test_native which tests command-buffer service
- gles2_conform_test_windowless which tests command-buffer service on most platforms
- gles2_conform_test_pepper will be added later
3. Run the targets as: "gles2_conform_test_native -noimagefileio
-run=third_party\gles2_conform\GTF_ES\glsl\GTF\mustpass.run"