Mypal/dom/canvas/test/webgl-conf/checkout/deqp
Fedor 277045c132 ooops, some files where missed 2019-03-12 18:31:25 +03:00
..
data basic source 2019-03-11 13:26:37 +03:00
framework basic source 2019-03-11 13:26:37 +03:00
functional/gles3 basic source 2019-03-11 13:26:37 +03:00
modules/shared basic source 2019-03-11 13:26:37 +03:00
temp_externs basic source 2019-03-11 13:26:37 +03:00
00_test_list.txt basic source 2019-03-11 13:26:37 +03:00
LICENSE ooops, some files where missed 2019-03-12 18:31:25 +03:00
README.md basic source 2019-03-11 13:26:37 +03:00
build.py basic source 2019-03-11 13:26:37 +03:00
compiler.jar basic source 2019-03-11 13:26:37 +03:00
compiler_additional_extern.js basic source 2019-03-11 13:26:37 +03:00
deqp-deps.js basic source 2019-03-11 13:26:37 +03:00
genHTMLfromTest.py basic source 2019-03-11 13:26:37 +03:00
run-closure.sh basic source 2019-03-11 13:26:37 +03:00
test-webgl2.js basic source 2019-03-11 13:26:37 +03:00
test-webgl2.sh basic source 2019-03-11 13:26:37 +03:00
webgl2.js basic source 2019-03-11 13:26:37 +03:00

README.md

DEQP tests for WebGL

  1. Running Tests can be run as part of the WebGL Conformance suite or individually by navigating to one of pages in functional/gles3 or in data/gles(2|3)/shaders/

  2. Filtering One can limit the tests to run with a 'filter' query. For example:

functional/gles3/textureformat.html?filter=2d

will executed only the tests with '2d' in the test name. Filter query accepts a regular expression.

  1. Compiling. The tests have been annotated for closure and can be compiled with run-closure script.

  2. Implementation notes. Tests use a minimal subset of google closure library for dependency management. The closure compiler is used solely for error checking. The compiler output is discarded.