Implement EXT_blend_minmax

This commit is contained in:
Anthony Ramine 2018-06-22 11:30:10 +02:00
parent 6a4bd8d3fa
commit 02b8766e75
6 changed files with 99 additions and 65 deletions

View file

@ -1,44 +0,0 @@
[ext-blend-minmax.html]
type: testharness
[WebGL test #1: getError expected: INVALID_ENUM. Was NO_ERROR : after evaluating: gl.blendEquation(MIN_EXT)]
expected: FAIL
[WebGL test #2: gl.getParameter(gl.BLEND_EQUATION) should be 32774. Was 32775.]
expected: FAIL
[WebGL test #3: getError expected: INVALID_ENUM. Was NO_ERROR : after evaluating: gl.blendEquation(MAX_EXT)]
expected: FAIL
[WebGL test #4: gl.getParameter(gl.BLEND_EQUATION) should be 32774. Was 32776.]
expected: FAIL
[WebGL test #5: getError expected: INVALID_ENUM. Was NO_ERROR : after evaluating: gl.blendEquationSeparate(MIN_EXT, gl.FUNC_ADD)]
expected: FAIL
[WebGL test #6: gl.getParameter(gl.BLEND_EQUATION_RGB) should be 32774. Was 32775.]
expected: FAIL
[WebGL test #7: getError expected: INVALID_ENUM. Was NO_ERROR : after evaluating: gl.blendEquationSeparate(gl.FUNC_ADD, MIN_EXT)]
expected: FAIL
[WebGL test #8: gl.getParameter(gl.BLEND_EQUATION_ALPHA) should be 32774. Was 32775.]
expected: FAIL
[WebGL test #9: getError expected: INVALID_ENUM. Was NO_ERROR : after evaluating: gl.blendEquationSeparate(MAX_EXT, gl.FUNC_ADD)]
expected: FAIL
[WebGL test #10: gl.getParameter(gl.BLEND_EQUATION_RGB) should be 32774. Was 32776.]
expected: FAIL
[WebGL test #11: getError expected: INVALID_ENUM. Was NO_ERROR : after evaluating: gl.blendEquationSeparate(gl.FUNC_ADD, MAX_EXT)]
expected: FAIL
[WebGL test #12: gl.getParameter(gl.BLEND_EQUATION_ALPHA) should be 32774. Was 32776.]
expected: FAIL
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
expected: FAIL
[WebGL test #1: WebGL context does not exist]
expected: FAIL