implemented CreateImageBitmap function for Canvas image source

This commit is contained in:
JayalakshmiV 2020-04-20 08:18:33 -07:00 committed by ramyananth96
parent 9dbc6554f0
commit ef6f99d8f5
78 changed files with 394 additions and 71 deletions

View file

@ -0,0 +1,4 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,5 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
expected: ERROR
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
[WebGL test #1: createImageBitmap(imageData) should succeed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,4 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
[WebGL test #1: createImageBitmap(source) failed: "The operation is not supported."]
expected: FAIL

View file

@ -0,0 +1,5 @@
[tex-2d-alpha-alpha-unsigned_byte.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-luminance-luminance-unsigned_byte.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgb-rgb-unsigned_byte.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgb-rgb-unsigned_short_5_6_5.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_byte.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html]
expected: TIMEOUT
[Overall test]
expected: NOTRUN

View file

@ -0,0 +1,2 @@
[texture-size-limit.html]
expected: TIMEOUT