X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fwebgl%2Fsrc%2Fsdk%2Ftests%2Fconformance%2Fcontext%2Fconstants-and-properties.html;h=614f73c9dadc8fe3a35c98be0a8860a4f841c607;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=854a9b7efb7b3ae68eefa02c3530ea9ccbb2f04b;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/webgl/src/sdk/tests/conformance/context/constants-and-properties.html b/src/third_party/webgl/src/sdk/tests/conformance/context/constants-and-properties.html index 854a9b7..614f73c 100644 --- a/src/third_party/webgl/src/sdk/tests/conformance/context/constants-and-properties.html +++ b/src/third_party/webgl/src/sdk/tests/conformance/context/constants-and-properties.html @@ -393,6 +393,10 @@ VERTEX_ATTRIB_ARRAY_NORMALIZED : 0x886A, VERTEX_ATTRIB_ARRAY_POINTER : 0x8645, VERTEX_ATTRIB_ARRAY_BUFFER_BINDING : 0x889F, + /* Read Format */ +IMPLEMENTATION_COLOR_READ_TYPE : 0x8B9A, +IMPLEMENTATION_COLOR_READ_FORMAT : 0x8B9B, + /* Shader Source */ COMPILE_STATUS : 0x8B81,